AuthorUpdatedData

The authorUpdatedData object contains the following fields:

  • Name
    sourceId
    Type
    string
    Description

    The Source identifier bound to the Author.

  • Name
    previousAuthor
    Type
    Author
    Description

    Previous Author data.

  • Name
    newAuthor
    Type
    Author
    Description

    New Author data.

Example:

Payload

{
  // ... Common fields
  "authorUpdatedData": {
    "previousAuthor": {
      // ... Previous Author payload
    },
    "newAuthor": {
      // ... New Author payload
    }
  },
  "sourceId": "81310ae5-228e-438e-9720-35f737b9ca9f"
}