set_project_style
ActiveTool of com.framesail/framesail
declared in 1.27.2
Set the project's default style — the style whose art/narrative/director fields drive its generations. Use after create_style to put a new visual identity into effect, or to switch a project between channel styles.
Parameters schema
{
"type": "object",
"title": "set_project_styleArguments",
"required": [
"project_id",
"style_id"
],
"properties": {
"style_id": {
"type": "string",
"title": "Style Id",
"description": "ID of the style to make the project's default, from create_style or list_styles"
},
"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