mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
8 lines
115 B
YAML
8 lines
115 B
YAML
type: string
|
|
description: Response mode for trigger invocation.
|
|
enum:
|
|
- SYNC
|
|
- ASYNC
|
|
- DYNAMIC
|
|
example: SYNC
|