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
Example request
{
"native_detail_type": {
"access_type": "read",
"servicenow_cmdb_configuration": {
"scope": "master_account"
}
}
}Response
Success
Example response
{
"native_detail_type": {
"access_type": "read",
"servicenow_cmdb_configuration": {
"scope": "master_account"
}
}
}