Update Access Link
- MCP tool
- update_project_access_linkUpdate Project Access Link
- Rate limit
- Default
- Scope
- access-links:write
- Project role
- OwnerManager
Updates an access link's role or description.
Example
bash
curl -X PATCH 'https://api.youvico.com/api/project-access-links/5e0c7a92-1d4b-4f3a-8c6e-2b9d0f1a7e34' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "role": "PROJECT_RESTRICTED_REVIEWER", "description": null }'Request
Path
idstringrequired Access link ID
Body
rolestring Project role granted by the link
Possible values: PROJECT_MEMBERPROJECT_REVIEWERPROJECT_RESTRICTED_REVIEWER
Example: PROJECT_RESTRICTED_REVIEWER
descriptionstring?Maximum 250 characters
Access link description
Example: null
Info
Send at least one of role or description.
Response
Returns 204 No Content.