Schedule
Reschedule a post to a new time
PATCH
/v1/posts/scheduled/{postId}Authorization
accessKey x-access-key<token>
In: header
Path Parameters
postId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X PATCH "https://api.postpeer.dev/v1/posts/scheduled/string" \ -H "Content-Type: application/json" \ -d '{ "scheduledFor": "2019-08-24T14:15:22Z" }'{
"success": true,
"message": "string",
"scheduledFor": "string"
}{
"success": true,
"message": "string"
}{
"success": true,
"message": "string"
}{
"success": true,
"message": "string"
}