Approve translation
MCP
approve_translationWRITE$0.00001 / call
Features
Approve a draft translation, moving it to status 'published'.
Input1
Your API key, for the REST call. Sent from your browser straight to the API — never to Docsbook, never stored.
Translation row ID
Output2
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": {}
}