Parameters
JSON body
Request body
application/jsoncodestringRequiredStatus code to reorder.
Example
odeslanodirectionstringRequiredDirection to move: "up" or "down".
Example
upMoves a workflow status up or down in the ordering within its phase group.
JSON body
codestringRequiredStatus code to reorder.
odeslanodirectionstringRequiredDirection to move: "up" or "down".
up1 status code documented
successbooleanRequiredtrue{
"success": true
}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"
}'All BizKitHub public API endpoints require authentication via API key.