English
Update a space collaborator
cURL
curl --request PATCH \ --url https://app.teable.io/api/space/%7BspaceId%7D/collaborators \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \ --header 'content-type: application/json' \ --data '{"principalId":"string","principalType":"user","role":"owner"}'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response.