Move a workflow instance

Moves one module instance to the requested workflow stage and returns its refreshed board state.

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
modulestringRequired<=100 characters
module_idintegerRequired
stage_idinteger or nullOptional

Response

Workflow instance moved and refreshed board data returned.
statusstringOptional
messagestringOptional
dataobjectOptional

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error