Skip to content
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

Invalid http code 2XX, should be 200, 201, etc #768

Open
apiarya opened this issue Feb 7, 2025 · 0 comments
Open

Invalid http code 2XX, should be 200, 201, etc #768

apiarya opened this issue Feb 7, 2025 · 0 comments
Labels

Comments

@apiarya
Copy link

apiarya commented Feb 7, 2025

There are 100s of operations declaring 2XX as HTTP response code. The value 2XX is not a valid HTTP code. It must be actual number.
Ref:

38            items:
39              type: string
40      responses:
41        2XX:
42          description: Retrieved entity
43          content:
  1. 20 $.paths['/admin'].get.responses
  2. 3968 $.paths['/agreements/{agreement-id}/file'].patch.responses
  3. ... 100s more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant