summaryrefslogtreecommitdiff
path: root/docs/api/swagger.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/swagger.yaml')
-rw-r--r--docs/api/swagger.yaml20
1 files changed, 18 insertions, 2 deletions
diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml
index 851106398..88ad8eb55 100644
--- a/docs/api/swagger.yaml
+++ b/docs/api/swagger.yaml
@@ -2214,13 +2214,29 @@ definitions:
interactionPolicyRules:
properties:
always:
- description: Policy entries for accounts that can always do this type of interaction.
+ description: |-
+ Policy entries for accounts that can always do this type of interaction.
+ Deprecated: Use "automatic_approval" instead.
items:
$ref: '#/definitions/interactionPolicyValue'
type: array
x-go-name: Always
+ automatic_approval:
+ description: Policy entries for accounts that will receive automatic approval for this type of interaction.
+ items:
+ $ref: '#/definitions/interactionPolicyValue'
+ type: array
+ x-go-name: AutomaticApproval
+ manual_approval:
+ description: Policy entries for accounts that require manual approval for this type of interaction.
+ items:
+ $ref: '#/definitions/interactionPolicyValue'
+ type: array
+ x-go-name: ManualApproval
with_approval:
- description: Policy entries for accounts that require approval to do this type of interaction.
+ description: |-
+ Policy entries for accounts that require approval to do this type of interaction.
+ Deprecated: Use "manual_approval" instead.
items:
$ref: '#/definitions/interactionPolicyValue'
type: array