Translation

Update a translation for specific projectType/language/story/source

POST
/api/v2/default-translations/project-type-translation-by-ai

Authorization

BearerAuthObject
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/api/v2/default-translations/project-type-translation-by-ai" \  -H "Content-Type: application/json" \  -d '{    "projectTypeId": 8  }'
{  "data": {}}
Empty
Empty
Empty