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
The API definitions in the HAPI collection often show this problem:
"responses": { "200": { "description":null, "schema":"#/definitions/Resource" } }
It should be
"responses": { "200": { "description":"", "schema": { "$ref": "#/definitions/Resource" } } }
The text was updated successfully, but these errors were encountered:
Thank you for reporting this issue. I'll fix my serialization process and correct the affected APIs.
Sorry, something went wrong.
hamzaed
No branches or pull requests
The API definitions in the HAPI collection often show this problem:
It should be
The text was updated successfully, but these errors were encountered: