We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the swagger page does not have proper sample/default values for its entities, instead they look like this:
{ "id": "null", "page": "null", "data": "null" }
preferably it would look something like this:
{ "id": "0cfbef3e-a145-4cb0-b257-f4ce96bce94c", "page": 1, "data": "{"foo":"baar"}" // or however json in json would look }
the swagger spec is located at: server/swagger/src/main/resources/api-specification.yaml
server/swagger/src/main/resources/api-specification.yaml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the swagger page does not have proper sample/default values for its entities, instead they look like this:
preferably it would look something like this:
the swagger spec is located at:
server/swagger/src/main/resources/api-specification.yaml
The text was updated successfully, but these errors were encountered: