Publish Now
Teams
Publish Now
Override the publish-* task’s scheduled_for so the next orchestrator tick dispatches it immediately.
Operator UX: avoids the “wait 20 hours to verify publish works” trap. New users running through the onboarding flow can verify the publish end-to-end without waiting for the next scheduled slot.
Constraints validated in the service layer (returns 400 / 403 / 404):
- User must own the team
- Task must be publish-* type
- Task must be in ‘scheduled’ status
See team_service.publish_now for full semantics + audit trail.
POST
Publish Now
Documentation Index
Fetch the complete documentation index at: https://docs.aitasker.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful Response