-
- Translation help networkKudoZOther terminology resourcesLearn more: About terminology at ProZ.com
-
-
PATCH: /wiwo/:wiwo_id/replies/:reply_idUpdate a "What I'm working on" reply. Required authorization scope
When using OAuth2 access tokens, the ParametersSend a partial JSON representation of the reply 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 '{
"message": "Some updated text."
}' \
https://api.proz.com/v2/wiwo/187/replies/42
ResponseOn success, a On error, a standard error response will be returned.
If a request fails because access is denied, a |