Skip to main content
PUT
Update scheduled post

Authorizations

Authorization
string
header
required

JWT token obtained from /api/auth/token endpoint. Token is verified using JWKS and must include a valid user identifier.

Path Parameters

projectId
string<uuid>
required
postId
string<uuid>
required

Body

application/json
caption
string
Maximum string length: 2200
scheduledFor
string
timezone
string
status
enum<string>
Available options:
draft,
scheduled

Response

Post updated successfully

success
boolean
required
data
object
required