Update an existing label

Update an existing label

Body required
application/json

Label to update

_id
string (Internal ID) required

Object internal ID

name
string required

Technical name of the label

displayName
array of objects | null (LocalizedString)

Display names of the label

description
array of objects | null (LocalizedString)

Localized descriptions of the label

Responses
  • 200 Label successfully updated
    _id
    string (Internal ID) required

    Object internal ID

    name
    string required

    Technical name of the label

    displayName
    array of objects | null (LocalizedString)

    Display names of the label

    description
    array of objects | null (LocalizedString)

    Localized descriptions of the label

  • 400 Bad Request
  • 401 Unauthorized request
  • 403 Forbidden action
  • 404 Not Found
  • 500 Internal Server error