Aperçu

Approve translation

MCPapprove_translation
WRITE$0.00001 / call
Features

Approve a draft translation, moving it to status 'published'.

Input1
Authorizationheaderrequired
Your API key, for the REST call. Sent from your browser straight to the API — never to Docsbook, never stored.
translation_idnumberrequired
Translation row ID
Output2
statusstring
translationobject
Limitations
  • REQUIRES PRO or higher.
Example input
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "approve_translation",
    "arguments": {
      "translation_id": 0
    }
  }
}
Example output
{
  "status": "<status>",
  "translation": {}
}

Mis à jour

Cette page vous a-t-elle été utile ?