Updating Posts
Requirements
Endpoint
PUT /api/v1/posts/:idParameter Reference
Special Cases
Recurring Posts
Notes
Authorizations
AuthorizationstringRequired
API key authentication. Format: "Bearer-API YOUR_API_KEY"
Path parameters
idstringRequired
ID of the post to update
Header parameters
Publer-Workspace-IdstringRequired
ID of the workspace containing the post
Body
Responses
200
Post updated successfully
application/json
401
Unauthorized
application/json
403
Forbidden - You cannot update a post that has been published with approval
application/json
422
Unprocessable Entity - Error message explaining why the post couldn't be updated
application/json
put
/posts/{id}Related Resources
Last updated
Was this helpful?

