LynceaAPI

Update member role

PATCH
/api/v1/projects/{projectId}/members/{userId}
AuthorizationBearer <token>

In: header

Path Parameters

projectId*string
userId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://api.monitoring.crahe-arthur.com/api/v1/projects/string/members/string" \  -H "Content-Type: application/json" \  -d '{    "role": "editor"  }'
{
  "userId": {},
  "projectId": {},
  "email": "string",
  "fullName": "string",
  "role": {},
  "addedAt": "string",
  "updatedAt": "string"
}