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

Define User HTTP API #53

Closed
Tracked by #51
Goncalo-Marques opened this issue Apr 5, 2024 · 0 comments · Fixed by #55
Closed
Tracked by #51

Define User HTTP API #53

Goncalo-Marques opened this issue Apr 5, 2024 · 0 comments · Fixed by #55
Assignees
Labels
enhancement New feature or request server app Work associated with the server app

Comments

@Goncalo-Marques
Copy link
Owner

Goncalo-Marques commented Apr 5, 2024

Define the following endpoints to manage a user:

HTTP Verb Endpoint Description
POST /users Create a user
GET /users List multiple users
GET /users/{id} Get a user
PATCH /users/{id} Modify a user
DELETE /users/{id} Delete a user
PUT /users/password Modify a user password
PUT /users/reset-password Reset a user password
@Goncalo-Marques Goncalo-Marques mentioned this issue Apr 5, 2024
9 tasks
@Goncalo-Marques Goncalo-Marques self-assigned this Apr 5, 2024
@Goncalo-Marques Goncalo-Marques added enhancement New feature or request server app Work associated with the server app labels Apr 5, 2024
@Goncalo-Marques Goncalo-Marques changed the title Define HTTP API Define User HTTP API Apr 5, 2024
@Goncalo-Marques Goncalo-Marques linked a pull request Apr 6, 2024 that will close this issue
Goncalo-Marques added a commit that referenced this issue Apr 6, 2024
Refs: closes #53 

## Summary

Update the Swagger specification with the HTTP API definition for the
User domain.

## Changes

- Update swagger spec with user endpoints
- Update handler structure to implement the generated http interface
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request server app Work associated with the server app
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant