Files
api-specs/idn/beta/schemas/CompleteCampaignOptions.yaml
2022-09-02 10:59:29 -04:00

12 lines
262 B
YAML

type: object
properties:
autoCompleteAction:
description:
Determines whether to auto-approve(APPROVE) or auto-revoke(REVOKE) upon campaign completion.
type: string
enum:
- APPROVE
- REVOKE
default: APPROVE
example: REVOKE