Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://app.ocoya.com/api/_public/v1/post/{postId} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "scheduledAt": "2024-01-01T00:00:00Z" } '
Returns an id of the updated post
Ocoya post ID.
"cmajvvb9q0003ja5vh0538j6r"
ISO 8601 datetime when the post should be scheduled. Omit to save as draft.
"2024-01-01T00:00:00Z"
Success