Post Authors

Replace Post Authors

Replace all authors on a post with a new set of authors. All existing authors are removed and only the newly specified authors remain.

patch/posts/{id}/authors

Path parameters

idinteger required

Post ID

Request body

Example request

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

Response

Authors replaced successfully

Changes

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