Moves a scheduled post to a new publish time and re-queues the background action that will publish it.
scheduled_at is required, is read in the site timezone and must be at least 30 minutes in the future. The previously queued publish action is cancelled before the new one is scheduled.
Endpoint
Method:
PUTPath:
/scheduled-posts/{feed_id}Edition: PRO
Controller:
SchedulePostsController@reschedulePostRoute source:
fluent-community-pro/app/Http/Routes/api.php:110Controller source:
fluent-community-pro/app/Http/Controllers/SchedulePostsController.phpRequires the post author or a community moderator, either globally or in the post space.
Requires FluentCommunity Pro and a working Action Scheduler queue.
Live sample
The request and response below were recorded against a running FluentCommunity install and then anonymised — member names, emails, avatars and post content are fictional, and long collections are trimmed to a few entries.
PUT Reschedule Post
Moves a scheduled post to a new publish time and re-queues the background action that will publish it.
Controller: SchedulePostsController@reschedulePost
Route source: fluent-community-pro/app/Http/Routes/api.php:110
Authorizations
WordPress Application Passwords — use Basic auth with username:application_password.
Parameters
Path Parameters
Feed ID extracted from the URL path.
Request Body
Responses
Successful response