Openapi
Reorder task board items for the specified organization.
Supabase browser session cookie. Supabase may split larger session values into chunked cookies like sb-auth-token.0.
In: cookie
uuidapplication/json
The task ordering payload.
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/organizations/123/tasks/reorder" \ -H "Content-Type: application/json" \ -d '{ "items": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "status": "todo", "position": 0 } ] }'{ "success": true}1 <= items <= 500