Parameters
JSON body
Request body
application/jsoncodestringRequiredCode of the group to reorder.
Example
reservationsdirectionstringRequiredDirection to move: "up" or "down".
Example
upSwaps the position of an order group with its neighbour. No-op at the boundary.
JSON body
codestringRequiredCode of the group to reorder.
reservationsdirectionstringRequiredDirection to move: "up" or "down".
up1 status code documented
successbooleanRequiredtrue{
"success": true
}POST /bff/workflow/group-set-position
curl -X POST "https://api.bizkithub.com/bff/workflow/group-set-position" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"code": "reservations",
"direction": "up"
}'All BizKitHub public API endpoints require authentication via API key.