Post Authors

Add Authors to Post

Add one or more authors to a post. Already connected authors are automatically skipped.

post/posts/{id}/authors

Path parameters

idinteger required

Post ID

Request body

Example request

{
  "jsonapi": {
    "version": "1.0"
  },
  "data": {
    "type": "tags",
    "id": "123"
  }
}

Response

Authors added successfully

Changes

No recorded changes to this endpoint across all 1 revision of this API.