cURL
curl --request PATCH \ --url https://api.supapo.st/schedule/posts/{id} \ --header 'Content-Type: application/json' \ --data ' { "scheduledAt": "<string>", "title": "<string>", "status": "<string>" } '
{ "id": "post-uuid", "team_id": "team-uuid", "scheduled_at": "2026-04-12T10:00:00Z", "title": "Updated Title", "status": "scheduled", "updated_at": "2026-04-08T09:00:00Z" }
Update a scheduled post
"scheduled"
Bearer <supabase-jwt>