Update a workflow template

Updates an existing workflow template's name, ordered stages, and optional checks before returning its board.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Path parameters

idintegerRequired>=1
Workflow template identifier to update.

Request

This endpoint expects an object.
namestringRequired<=255 characters
stageslist of objectsRequired
form_identifier_keystring or nullOptional<=191 characters
module_idslist of integersOptional

Response

Workflow template was updated and its refreshed board returned.
statusstringOptional
messagestringOptional
dataobjectOptional

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error