Create a post

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

The Body Sent When Creating or Updating a Post

The request body for creating or updating a post.

Allowed:
PUBLISHED``SHARED_DRAFT``DRAFT``REVIEW

Allowed:
POST``ARTICLE

``200 A Post resource object.

Updated about 1 year ago


Sample Request

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

Sample Response

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