Skip to content

Change / Improve the url for routes #647

Description

@zak39

The url for routes are misnamed and confused.

Here is an example of a better way :

/workspaces (GET, POST)
/workspaces/<wid> (GET, DELETE, PATCH)
/workspaces/<wid>/groups (POST, GET)
/workspaces/<wid>/groups/<gid> (GET, DELETE, PATCH)
/workspaces/<wid>/groups/<gid>/users (POST, GET)
/workspaces/<wid>/groups/<gid>/users/<uid> (DELETE)
/users (GET, POST)
/users/<uid> (GET, DELETE, PATCH, PUT)

Metadata

Metadata

Assignees

Labels

apiModification linked to internal or external call to the applicationbackendModification related to backend

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions