v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Metrics

Reorder tag indexing rules

Atomically re-sequence the tag indexing rules for an org to match the supplied list of rule UUIDs. The server assigns rule_order 1, 2, … matching each rule UUID by position in the list. Requires the Manage Tags for Metrics permission.

post/api/v2/metrics/tag-indexing-rules/order

Request body

Example request

{
  "data": {
    "attributes": {
      "rule_ids": [
        "00000000-0000-0000-0000-000000000001",
        "00000000-0000-0000-0000-000000000002"
      ]
    },
    "type": "tag_indexing_rules"
  }
}

Response

No Content