Skip to content

Commit 914758b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add billing read permission (#2611)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent d871069 commit 914758b

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-06-06 09:05:57.195200",
8-
"spec_repo_commit": "14586db5"
7+
"regenerated": "2025-06-06 14:53:22.275829",
8+
"spec_repo_commit": "e591d5d4"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-06 09:05:57.210594",
13-
"spec_repo_commit": "14586db5"
12+
"regenerated": "2025-06-06 14:53:22.290847",
13+
"spec_repo_commit": "e591d5d4"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45280,9 +45280,10 @@ paths:
4528045280
tags:
4528145281
- Usage Metering
4528245282
x-permission:
45283-
operator: OR
45283+
operator: AND
4528445284
permissions:
4528545285
- usage_read
45286+
- billing_read
4528645287
/api/v2/csm/onboarding/agents:
4528745288
get:
4528845289
description: Get the list of all CSM Agents running on your hosts and containers.
@@ -61278,9 +61279,10 @@ paths:
6127861279
tags:
6127961280
- Usage Metering
6128061281
x-permission:
61281-
operator: OR
61282+
operator: AND
6128261283
permissions:
6128361284
- usage_read
61285+
- billing_read
6128461286
/api/v2/usage/estimated_cost:
6128561287
get:
6128661288
description: 'Get estimated cost across multi-org and single root-org accounts.
@@ -61382,9 +61384,10 @@ paths:
6138261384
tags:
6138361385
- Usage Metering
6138461386
x-permission:
61385-
operator: OR
61387+
operator: AND
6138661388
permissions:
6138761389
- usage_read
61390+
- billing_read
6138861391
/api/v2/usage/historical_cost:
6138961392
get:
6139061393
description: 'Get historical cost across multi-org and single root-org accounts.
@@ -61463,9 +61466,10 @@ paths:
6146361466
tags:
6146461467
- Usage Metering
6146561468
x-permission:
61466-
operator: OR
61469+
operator: AND
6146761470
permissions:
6146861471
- usage_read
61472+
- billing_read
6146961473
/api/v2/usage/hourly_usage:
6147061474
get:
6147161475
description: Get hourly usage by product family.
@@ -61797,9 +61801,10 @@ paths:
6179761801
tags:
6179861802
- Usage Metering
6179961803
x-permission:
61800-
operator: OR
61804+
operator: AND
6180161805
permissions:
6180261806
- usage_read
61807+
- billing_read
6180361808
/api/v2/user_invitations:
6180461809
post:
6180561810
description: Sends emails to one or more users inviting them to join the organization.

0 commit comments

Comments
 (0)