Projects
List all projects that the current user has access to.
1Example: 1Max number of projects to return
10Example: 10Successful Response
Validation Error
Create a new project and add the current user as an admin.
Model for creating a new project.
Project name
Project description
Successful Response
Validation Error
Get detailed project information including members.
3f891542-df96-4ec6-9577-be733c628ea0Successful Response
Validation Error
Update project details (requires admin role).
Project ID to operate on
3f891542-df96-4ec6-9577-be733c628ea0Model for updating a project.
Project name
Project description
Successful Response
Validation Error
Add a user to the project (requires admin role).
Project ID to operate on
3f891542-df96-4ec6-9577-be733c628ea0Model for adding a member to a project.
User ID to add to the project
Role in the project (admin, editor, viewer)
Successful Response
Validation Error
Remove a user from the project (requires admin role).
f1d820e5-1f9b-4b41-a6a6-442121449420Project ID to operate on
fc00f687-9030-40ad-8e4f-7f13586045f7Successful Response
Validation Error
Update a member's role in the project (requires admin role).
f1d820e5-1f9b-4b41-a6a6-442121449420Project ID to operate on
fc00f687-9030-40ad-8e4f-7f13586045f7Model for updating a member's role in a project.
Role in the project (admin, editor, viewer)
Successful Response
Validation Error
Last updated