UPDATE_ITEM_TAG

  • key
    Type: string
    required

    Tag key (identifier). Stored case-insensitively.

  • target_path
    Type: string
    max length:  
    500

    Optional pointer into the target resource (AQL path). Maximum length 500 characters.

  • value
    Type: string

    Optional tag value.

Examples
{
  "key": "flag",
  "value": "follow-up",
  "target_path": "/composition/start_time/value"
}