v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Billing Metric

Update Billing Metric Access

Update Billing Metrics.

post/v2/billing_metrics/access/item/{access_id}

Path parameters

access_idstring required

The Id of Billing Metric access to update.

Request body

metric_sys_idstring

The Sys ID of the metric

sys_idstring

The Sys ID of the access assignment

Example request

{
  "native_detail_type": {
    "access_type": "read",
    "servicenow_cmdb_configuration": {
      "scope": "master_account"
    }
  }
}

Response

Success

metric_sys_idstring

The Sys ID of the metric

sys_idstring

The Sys ID of the access assignment

Example response

{
  "native_detail_type": {
    "access_type": "read",
    "servicenow_cmdb_configuration": {
      "scope": "master_account"
    }
  }
}