-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
User Registration endpoint inconsistent in docs / swagger / Postman collection #626
Labels
Comments
Oh I think I see the issue now. Whilst #612 fixed Perhaps the swagger.json should be:
|
I think that is correct. |
Closed
Closed
geromegrignon
added
Status: Approved
approved for next version
and removed
bug
v2
labels
Nov 15, 2021
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
In realworld/api/README.md, Registration is "POST /api/users."
In realworld/api/Conduit.postman_collection.json, the test is "raw": "{{APIURL}}/users" and path is ["users"].
In realworld/api/swagger.json, the operation to "Register a new user" is in the entry for "user": "post."
It looks like #612 changed the Swagger from "users" to "user."
The text was updated successfully, but these errors were encountered: