-
Notifications
You must be signed in to change notification settings - Fork 10
feat: Solve open api issues #168
New issue
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
base: main
Are you sure you want to change the base?
Conversation
…esponses in openAPI.yaml
| description: Generic error response | ||
| properties: | ||
| error: | ||
| type: string |
Check warning
Code scanning / KICS
Maximum Length Undefined (v3) Warning documentation
| pattern: "^[a-zA-Z0-9._\\s-]+$" | ||
| description: Error code or type | ||
| message: | ||
| type: string |
Check warning
Code scanning / KICS
Maximum Length Undefined (v3) Warning documentation
| content: | ||
| application/json: | ||
| schema: | ||
| $ref: '#/components/schemas/SuccessResponse' |
Check warning
Code scanning / KICS
JSON Object Schema Without Properties (v3) Warning documentation
| schema: | ||
| $ref: '#/components/schemas/ErrorResponse' | ||
|
|
||
| UnsupportedMediaType: |
Check notice
Code scanning / KICS
Components Response Definition Is Unused documentation
| schema: | ||
| $ref: '#/components/schemas/ErrorResponse' | ||
|
|
||
| TooManyRequests: |
Check notice
Code scanning / KICS
Components Response Definition Is Unused documentation
|
Please provide some feedback here :) @CDiezRodriguez |
WHAT
Briefly describe what your PR changes, which features it adds/modifies.
WHY
Briefly state why the change was necessary.
FURTHER NOTES
List other areas of code that have changed but are not necessarily linked to the main feature. This could be method signature changes, package declarations, bugs that were encountered and were fixed inline, etc.
Closes # <-- insert Issue number if one exists