mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
14 lines
285 B
YAML
14 lines
285 B
YAML
type: object
|
|
properties:
|
|
type:
|
|
type: string
|
|
description: Payload type.
|
|
example: "SYNCHRONIZE_SOURCE_ATTRIBUTES"
|
|
dataJson:
|
|
type: string
|
|
description: Payload type.
|
|
example: "{\"sourceId\":\"2c918083746f642c01746f990884012a\"}"
|
|
required:
|
|
- type
|
|
- dataJson
|