mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 12:27:48 +00:00
12 lines
262 B
YAML
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
|