Update one or more procedures. You can update the title, position, or associated task categories.
workspaceId
string
Yes
The ID of the workspace
procedures
UpdateProcedureInput[]
Array of procedures to update - UpdateProcedureInput
procedureId
The ID of the procedure to update
title
No
The new title for the procedure
position
number
The new position/order of the procedure
taskCategoryIds
string[]
Updated array of task category IDs
content
ContentItem[]
Array of content items returned by the tool - ContentItem
isError
boolean
Whether the tool execution resulted in an error
type
'text'
Content type (currently only 'text' is supported)
text
The text content to display
Last updated 1 day ago