update_project
ActiveTool of com.framesail/framesail
declared in 1.27.2
Patch project fields. Updatable: title, description, asset_mix, sfx_level, video_concept, voice_mix, voice_tts_provider, script_target_minutes, narrator_speed. (The narrator's TTS voice is NOT here — use set_narrator_voice.)
Parameters schema
{
"type": "object",
"title": "update_projectArguments",
"required": [
"project_id",
"fields"
],
"properties": {
"fields": {
"type": "object",
"title": "Fields",
"description": "Partial dict of fields to patch; allowed keys: title, description, asset_mix, sfx_level, video_concept, voice_mix, voice_tts_provider, script_target_minutes, narrator_speed",
"additionalProperties": true
},
"project_id": {
"type": "string",
"title": "Project Id",
"description": "Project ID, as returned by create_project or list_projects"
}
}
}Parent server
com.framesail/framesail
1/7 registries