-
- Translation help networkKudoZOther terminology resourcesLearn more: About terminology at ProZ.com
-
-
POST: /wiwo/:id/repliesPost a reply to a "what I'm working on" entry. Required authorization scope
When using OAuth2 access tokens, the ParametersPass the JSON representation of the reply as the POST data. Any read-only attributes you set will be ignored. Example requestHere's an example of submitting a request using
curl -H 'Content-Type: application/json' \
-H 'Authorization: Bearer OAUTH2_ACCESS_TOKEN' \
-d '{
"message": "Sounds like an interesting project.",
"message_language": "eng"
}' \
https://api.proz.com/v2/wiwo/1234/replies
ResponseOn success, a On error, a standard error response will be returned. |