Last updated 4 months ago
scheduledAt
string
yes
{}
Date of the schedule (must follow )
Updates a post by Post id. Returns the id of new created schedule.
/post/{post_id}
Success
Unknown error
curl -L \ --request PATCH \ --url 'https://app.ocoya.com/api/_public/v1/post/{post_id}' \ --header 'X-API-Key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{"scheduledAt":"2024-01-01T00:00:00Z"}'
No body