Skip to main content
PUT
Save translation overlay
PUT https://api-datahub.octoparse.com/v1/data-apps/{app_id}/translations/{locale} Authentication: API key required (Authorization: Bearer <API Key>). App author only. Writes card fields and optional README for one locale. Hash baseline is workspace (falls back to latest Release). stale=true means the overlay targets unpublished draft changes. Source locale cannot be used as target.

Request

string
required
field
string
required
Locale code.
object
required
field
integer
field

Example request

Response

200 success

Errors

Error responses use {"error": {code, category, message, retryable}}. See Errors.

Client libraries

The Python and JavaScript SDKs do not wrap this endpoint yet. Call REST directly.