-
- Translation help networkKudoZOther terminology resourcesLearn more: About terminology at ProZ.com
-
-
PATCH: /user-list-collaborator/:id
Add a new UserListCollaborator.
Required authorization scope
When using OAuth2 access tokens, the Parameters
Example requestHere's an example of submitting a request using
curl --request PATCH \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer OAUTH2_ACCESS_TOKEN' \
-d '{
"entity_list_id": 61,
"entity_id": 46745,
"permission": "view"
}' \
https://api.proz.com/v2/user-list-collaborator/61
ResponseOn success, a On error, a standard error response will be returned. |