mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
8 lines
128 B
YAML
8 lines
128 B
YAML
type: string
|
|
description: HTTP response modes, i.e. SYNC, ASYNC, or DYNAMIC.
|
|
enum:
|
|
- SYNC
|
|
- ASYNC
|
|
- DYNAMIC
|
|
example: SYNC
|