-
- Translation help networkKudoZOther terminology resourcesLearn more: About terminology at ProZ.com
-
-
PATCH: /wiwo/:idUpdate a "What I'm working on" entry. Required authorization scope
When using OAuth2 access tokens, the ParametersSend a partial JSON representation of the entry in the request body, with just the fields you want to update. Any non-editable fields will be ignored. Example requestHere's an example of a request using
curl --request PATCH \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer OAUTH2_ACCESS_TOKEN' \
-d '{
"word_count": 2500
}' \
https://api.proz.com/v2/wiwo/123
ResponseOn success, a On error, a standard error response will be returned.
If a request fails because access is denied, a |