Deplo
API Reference

Update member role

PATCH
/workspaces/{id}/members/{memberId}
AuthorizationBearer <token>

Enter your JWT token

In: header

Path Parameters

id*string
memberId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X PATCH "https://loading/workspaces/string/members/string" \  -H "Content-Type: application/json" \  -d '{    "role": "admin"  }'
Empty