Skip to content

Commit 4450318

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 49e5302 of spec repo
1 parent 2263040 commit 4450318

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226444,7 +226444,9 @@ paths:
226444226444
/api/v2/usage/quotas/{quota_namespace}:
226445226445
get:
226446226446
description: |-
226447-
Lists usage quotas for the caller's organization in a quota namespace. You can optionally include descendant organizations in the same datacenter as the caller. Requires the `billing_edit` permission.
226447+
Lists usage quotas for the caller's organization in a quota namespace. You can optionally include
226448+
descendant organizations in the same datacenter as the caller. Requires the `billing_read` or
226449+
`billing_edit` permission.
226448226450
operationId: ListQuotas
226449226451
parameters:
226450226452
- description: The product-specific namespace whose usage quotas are being managed.
@@ -226516,6 +226518,8 @@ paths:
226516226518
security:
226517226519
- apiKeyAuth: []
226518226520
appKeyAuth: []
226521+
- AuthZ:
226522+
- billing_read
226519226523
- AuthZ:
226520226524
- billing_edit
226521226525
summary: List usage quotas
@@ -226529,6 +226533,7 @@ paths:
226529226533
"x-permission":
226530226534
operator: OR
226531226535
permissions:
226536+
- billing_read
226532226537
- billing_edit
226533226538
x-unstable: |-
226534226539
**Note**: This endpoint is in Preview and is subject to change.

src/main/java/com/datadog/api/client/v2/api/UsageMeteringApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3790,7 +3790,7 @@ public PaginationIterable<UsageQuotaResponseData> listQuotasWithPagination(
37903790
/**
37913791
* Lists usage quotas for the caller's organization in a quota namespace. You can optionally
37923792
* include descendant organizations in the same datacenter as the caller. Requires the <code>
3793-
* billing_edit</code> permission.
3793+
* billing_read</code> or <code>billing_edit</code> permission.
37943794
*
37953795
* @param quotaNamespace The product-specific namespace whose usage quotas are being managed.
37963796
* (required)

0 commit comments

Comments
 (0)