Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/project/project.controller.ts
Update member role
Endpoint
PATCH /projects/:id/members/:userId
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | ✓ | Project ID |
userId | path | string | ✓ | User ID |
Referenced By
ProjectController(MODULE_DECLARES)
Was this page helpful?