Openapi
Move a task to a status and board position.
Supabase browser session cookie. Supabase may split larger session values into chunked cookies like sb-auth-token.0.
In: cookie
uuiduuidapplication/json
The status and position 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 PATCH "https://example.com/v1/organizations/123/tasks/123/status" \ -H "Content-Type: application/json" \ -d '{ "position": 0, "status": "todo" }'{ "success": true}Value in