Skip to main content

upserts message tags for given message uuid

upserts message tags for given message uuid

Path Parameters
    departmentUUID string required
    messageUUID string required
Request Body required
    tags object[]
  • Array [
  • tagTypeUuid string
    referenceIdentifier string
    value object
    primaryAttribute object
    value string
    secondaryAttributes object[]
  • Array [
  • value string
  • ]
  • parentTags object[]
  • Array [
  • tagTypeUuid string
    referenceIdentifier string
  • ]
  • ]
Responses

OK


Schema
    requestUuid string
    status string

    Possible values: [SUCCESS, FAILURE]

    messageUuid string
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
Loading...