update_workflow
ActiveTool of OpenAccountants
declared in 1.4.0
Update a workflow's title, description, or trigger phrases. Jurisdiction, type, and slug are immutable (create a different workflow instead). Verified accountants (in-jurisdiction) + admins.
Parameters schema
{
"type": "object",
"required": [
"slug"
],
"properties": {
"slug": {
"type": "string"
},
"title": {
"type": "string"
},
"triggers": {
"type": "array",
"items": {
"type": "string"
}
},
"description": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
OpenAccountants
https://github.com/openaccountants/openaccountants
2/7 registries