Update a post

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

Post Schema

Fields:

Allowed:

Allowed:

Example API Request

curl --request PUT \
     --url https://api.happeo.com/posts/postId \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '{
  "state": "PUBLISHED",
  "layout": "POST",
  "announcement": true,
  "commentsDisabled": false
}'

Response

{
  "status": "200",
  "message": "Updated about 1 year ago"
}