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 Container Bookmark HTTP API #137

Closed
Tracked by #22
Goncalo-Marques opened this issue May 2, 2024 · 0 comments · Fixed by #141
Closed
Tracked by #22

Define User Container Bookmark HTTP API #137

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

Comments

@Goncalo-Marques
Copy link
Owner

Goncalo-Marques commented May 2, 2024

Define the following endpoints to manage a user container bookmark:

HTTP Verb Endpoint Description
GET /users/{userId}/bookmarks/containers List user container bookmarks
POST /users/{userId}/bookmarks/containers/{containerId} Create a user container bookmark
DELETE /users/{userId}/bookmarks/containers/{containerId} Delete a user container bookmark
@Goncalo-Marques Goncalo-Marques mentioned this issue May 2, 2024
7 tasks
@Goncalo-Marques Goncalo-Marques self-assigned this May 2, 2024
@Goncalo-Marques Goncalo-Marques added enhancement New feature or request server app Work associated with the server app labels May 2, 2024
@Goncalo-Marques Goncalo-Marques linked a pull request May 2, 2024 that will close this issue
Goncalo-Marques added a commit that referenced this issue May 4, 2024
Refs: closes #137 

## Summary

Update the Swagger specification with the HTTP API definition for the
User Container Bookmark domain.
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