/bff/workflow/set-status-position
Moves a workflow status up or down in the ordering within its phase group.
WorkflowpostBffWorkflowSet-status-position
Parameters
2 body
Body · 2
codestringRequiredStatus code to reorder.
directionstringRequiredDirection to move: "up" or "down".
Request
POST /bff/workflow/set-status-position
curl -X POST "https://api.bizkithub.com/bff/workflow/set-status-position" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"code": "odeslano",
"direction": "up"
}'Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.