Skip to content

Endpoint

  • Method: PUT
  • Path: /scheduled-posts/{feed_id}
  • Edition: PRO
  • Controller: SchedulePostsController@reschedulePost
  • Route source: fluent-community-pro/app/Http/Routes/api.php:100
  • Controller source: fluent-community-pro/app/Http/Controllers/SchedulePostsController.php

PUT Reschedule Post

PUT
/scheduled-posts/{feed_id}

Reschedule Post for the FluentCommunity Feeds API.

Controller: SchedulePostsController@reschedulePost
Route source: fluent-community-pro/app/Http/Routes/api.php:100

Authorizations

ApplicationPasswords

WordPress Application Passwords — use Basic auth with username:application_password.

Type
API Key (header: Authorization)

Parameters

Path Parameters

feed_id*

Feed ID extracted from the URL path.

Type
integer
Required

Request Body

application/json
JSON
{
  
"scheduled_at": "string"
}

Responses

Successful response

application/json
JSON
{
  
"feed": {
  
  
"id": 0,
  
  
"permalink": "string"
  
},
  
"message": "string"
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation