update_caption_config
ActiveTool of com.framesail/framesail
declared in 1.27.2
Merge a patch into the project's burned-in caption config (keys like enabled, plus styling). Read the current value from get_project (caption_config). Applies at the next export — no rebuild needed.
Parameters schema
{
"type": "object",
"title": "update_caption_configArguments",
"required": [
"project_id",
"caption_config"
],
"properties": {
"project_id": {
"type": "string",
"title": "Project Id",
"description": "Project ID, as returned by create_project or list_projects"
},
"caption_config": {
"type": "object",
"title": "Caption Config",
"description": "Partial caption config to merge (keys like enabled, plus styling); read the current value from get_project's caption_config",
"additionalProperties": true
}
}
}Parent server
com.framesail/framesail
1/7 registries