You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .generator/schemas/v2/openapi.yaml
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -226444,7 +226444,9 @@ paths:
226444
226444
/api/v2/usage/quotas/{quota_namespace}:
226445
226445
get:
226446
226446
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.
226448
226450
operationId: ListQuotas
226449
226451
parameters:
226450
226452
- description: The product-specific namespace whose usage quotas are being managed.
@@ -226516,6 +226518,8 @@ paths:
226516
226518
security:
226517
226519
- apiKeyAuth: []
226518
226520
appKeyAuth: []
226521
+
- AuthZ:
226522
+
- billing_read
226519
226523
- AuthZ:
226520
226524
- billing_edit
226521
226525
summary: List usage quotas
@@ -226529,6 +226533,7 @@ paths:
226529
226533
"x-permission":
226530
226534
operator: OR
226531
226535
permissions:
226536
+
- billing_read
226532
226537
- billing_edit
226533
226538
x-unstable: |-
226534
226539
**Note**: This endpoint is in Preview and is subject to change.
0 commit comments