Skip to main content
PATCH
Update member role

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parámetros de ruta

project_id
string<uuid>
requerido
profile_id
string<uuid>
requerido

Cuerpo

application/json

Request to update a member's role in the project.

role
enum<string>
requerido

New role for the member (admin or member)

Opciones disponibles:
admin,
member,
reader

Respuesta

Successful Response