@@ -80,7 +80,7 @@ def create(
80
80
array.
81
81
82
82
Args:
83
- app_id: UUID
83
+ app_id: UUID.
84
84
85
85
account_id: The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
86
86
@@ -179,9 +179,9 @@ def update(
179
179
policy, use the /account or zones/{account or zone_id}/policies/{uid} endpoint.
180
180
181
181
Args:
182
- app_id: UUID
182
+ app_id: UUID.
183
183
184
- policy_id: UUID
184
+ policy_id: UUID.
185
185
186
186
account_id: The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
187
187
@@ -274,7 +274,7 @@ def list(
274
274
scoped and reusable policies used by the application.
275
275
276
276
Args:
277
- app_id: UUID
277
+ app_id: UUID.
278
278
279
279
account_id: The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
280
280
@@ -331,9 +331,9 @@ def delete(
331
331
policy, use the /account or zones/{account or zone_id}/policies/{uid} endpoint.
332
332
333
333
Args:
334
- app_id: UUID
334
+ app_id: UUID.
335
335
336
- policy_id: UUID
336
+ policy_id: UUID.
337
337
338
338
account_id: The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
339
339
@@ -395,9 +395,9 @@ def get(
395
395
exclusively owned and reusable policies used by the application.
396
396
397
397
Args:
398
- app_id: UUID
398
+ app_id: UUID.
399
399
400
- policy_id: UUID
400
+ policy_id: UUID.
401
401
402
402
account_id: The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
403
403
@@ -487,7 +487,7 @@ async def create(
487
487
array.
488
488
489
489
Args:
490
- app_id: UUID
490
+ app_id: UUID.
491
491
492
492
account_id: The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
493
493
@@ -586,9 +586,9 @@ async def update(
586
586
policy, use the /account or zones/{account or zone_id}/policies/{uid} endpoint.
587
587
588
588
Args:
589
- app_id: UUID
589
+ app_id: UUID.
590
590
591
- policy_id: UUID
591
+ policy_id: UUID.
592
592
593
593
account_id: The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
594
594
@@ -681,7 +681,7 @@ def list(
681
681
scoped and reusable policies used by the application.
682
682
683
683
Args:
684
- app_id: UUID
684
+ app_id: UUID.
685
685
686
686
account_id: The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
687
687
@@ -738,9 +738,9 @@ async def delete(
738
738
policy, use the /account or zones/{account or zone_id}/policies/{uid} endpoint.
739
739
740
740
Args:
741
- app_id: UUID
741
+ app_id: UUID.
742
742
743
- policy_id: UUID
743
+ policy_id: UUID.
744
744
745
745
account_id: The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
746
746
@@ -802,9 +802,9 @@ async def get(
802
802
exclusively owned and reusable policies used by the application.
803
803
804
804
Args:
805
- app_id: UUID
805
+ app_id: UUID.
806
806
807
- policy_id: UUID
807
+ policy_id: UUID.
808
808
809
809
account_id: The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
810
810
0 commit comments