@@ -25535,6 +25535,7 @@ paths:
2553525535 - $ref: '#/components/schemas/InvalidWalletId'
2553625536 /api/policy/v1/enterprises/{enterpriseId}/rules:
2553725537 get:
25538+ x-internal: false
2553825539 tags:
2553925540 - Policy Builder
2554025541 summary: List policy rules
@@ -25574,6 +25575,7 @@ paths:
2557425575 $ref: '#/components/responses/ServerError'
2557525576 /api/policy/v1/organizations/{organizationId}/rules:
2557625577 get:
25578+ x-internal: false
2557725579 tags:
2557825580 - Policy Builder
2557925581 summary: List organization policy rules
@@ -25624,6 +25626,7 @@ paths:
2562425626 $ref: '#/components/responses/ServerError'
2562525627 /api/policy/v1/enterprises/{enterpriseId}/rules/{id}:
2562625628 get:
25629+ x-internal: false
2562725630 tags:
2562825631 - Policy Builder
2562925632 summary: Get policy rule
@@ -25652,6 +25655,7 @@ paths:
2565225655 '500':
2565325656 $ref: '#/components/responses/ServerError'
2565425657 delete:
25658+ x-internal: false
2565525659 tags:
2565625660 - Policy Builder
2565725661 summary: Deactivate policy rule
@@ -25682,6 +25686,7 @@ paths:
2568225686 $ref: '#/components/responses/ServerError'
2568325687 /api/policy/v1/enterprises/{enterpriseId}/rules/{id}/versions:
2568425688 get:
25689+ x-internal: false
2568525690 tags:
2568625691 - Policy Builder
2568725692 summary: List policy-rule versions
@@ -25707,6 +25712,7 @@ paths:
2570725712 $ref: '#/components/responses/ServerError'
2570825713 /api/policy/v1/enterprises/{enterpriseId}/touchpoints/{touchpointName}/rules:
2570925714 post:
25715+ x-internal: false
2571025716 tags:
2571125717 - Policy Builder
2571225718 summary: Create policy rule
@@ -25745,6 +25751,7 @@ paths:
2574525751 $ref: '#/components/responses/ServerError'
2574625752 /api/policy/v1/enterprises/{enterpriseId}/touchpoints/{touchpointName}/rules/{id}:
2574725753 put:
25754+ x-internal: false
2574825755 tags:
2574925756 - Policy Builder
2575025757 summary: Update policy rule
@@ -25786,6 +25793,7 @@ paths:
2578625793 $ref: '#/components/responses/ServerError'
2578725794 /api/policy/v1/enterprises/{enterpriseId}/scopes:
2578825795 get:
25796+ x-internal: false
2578925797 tags:
2579025798 - Policy Builder
2579125799 summary: List scopes
@@ -25813,6 +25821,7 @@ paths:
2581325821 $ref: '#/components/responses/ServerError'
2581425822 /api/policy/v1/enterprises/{enterpriseId}/scopes/{scopeId}/conditions:
2581525823 get:
25824+ x-internal: false
2581625825 tags:
2581725826 - Policy Builder
2581825827 summary: List conditions for scope
@@ -25841,6 +25850,7 @@ paths:
2584125850 $ref: '#/components/responses/ServerError'
2584225851 /api/policy/v1/enterprises/{enterpriseId}/scopes/{scopeId}/touchpoints:
2584325852 get:
25853+ x-internal: false
2584425854 tags:
2584525855 - Policy Builder
2584625856 summary: List touchpoints
@@ -25869,6 +25879,7 @@ paths:
2586925879 $ref: '#/components/responses/ServerError'
2587025880 /api/policy/v1/enterprises/{enterpriseId}/touchpoints/{touchpointId}/conditions:
2587125881 get:
25882+ x-internal: false
2587225883 tags:
2587325884 - Policy Builder
2587425885 summary: List conditions for touchpoint
@@ -25897,6 +25908,7 @@ paths:
2589725908 $ref: '#/components/responses/ServerError'
2589825909 /api/policy/v1/enterprises/{enterpriseId}/touchpoints/{touchpointId}/filteringconditions/{filteringCondition}/actions:
2589925910 get:
25911+ x-internal: false
2590025912 tags:
2590125913 - Policy Builder
2590225914 summary: List actions
@@ -25926,6 +25938,7 @@ paths:
2592625938 $ref: '#/components/responses/ServerError'
2592725939 /api/policy/v1/organizations/{organizationId}/touchpoints/{touchpointName}/rules/{sharedId}:
2592825940 put:
25941+ x-internal: false
2592925942 tags:
2593025943 - Policy Builder
2593125944 summary: Update organization policy rule
@@ -25992,6 +26005,7 @@ paths:
2599226005 $ref: '#/components/responses/ServerError'
2599326006 /api/policy/v1/enterprises/{enterpriseId}/webhooks/keys/{keyId}:
2599426007 delete:
26008+ x-internal: false
2599526009 tags:
2599626010 - Webhook Keys
2599726011 summary: Revoke a webhook signing key
@@ -26045,6 +26059,7 @@ paths:
2604526059 $ref: '#/components/responses/ServerError'
2604626060 /api/policy/v1/enterprises/{enterpriseId}/webhooks/keys:
2604726061 post:
26062+ x-internal: false
2604826063 tags:
2604926064 - Webhook Keys
2605026065 summary: Register a webhook signing key
@@ -26097,6 +26112,7 @@ paths:
2609726112 '500':
2609826113 $ref: '#/components/responses/ServerError'
2609926114 get:
26115+ x-internal: false
2610026116 tags:
2610126117 - Webhook Keys
2610226118 summary: List webhook signing keys
0 commit comments