Translation
Cette page n'est pas disponible en français. La version anglaise est affichée.
Restore a destination to a previously recorded version
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