Reviews
About Review
What are review?
Review represent a document that require a review by a human.
Endpoints
The review object
Attributes
Parameter | Type | Note | |
---|---|---|---|
review[content] | required | string | json string of the hash you want to translate |
review[language] | required | string | iso code of the language |
Example
{
"review": {
"uid" : "223",
"status": "pending",
"language": "en"
}
}