Translation

Restore a destination to a previously recorded version

POST
/api/v2/translation-histories/restore

Authorization

BearerAuthObject
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/api/v2/translation-histories/restore" \  -H "Content-Type: application/json" \  -d '{    "type": 0,    "itemId": 1,    "versionId": 42  }'
Empty
Empty
Empty
Empty
Empty