ChatGPT generated OpenAPI

Get all users

get

This path is to get a list of all users.

Responses
chevron-right
200

A list of users.

application/json
get
/users

Add a new user

post

This path adds new users to the database of the service.

Body
namestringOptionalExample: John Doe
emailstringOptionalExample: johndoe@example.com
Responses
post
/users/add

Last updated

Was this helpful?