mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 04:19:19 +00:00
* ISCCOMPLI-834: move 'alerts' from FullCampaign to SlimCampaign * ISCCOMPLI-834: move 'alerts' from FullCampaign to SlimCampaign * ISCCOMPLI-834: add totalCertifications and completedCertifications * ISCCOMPLI-834: add integer format * ISCCOMPLI-834: move created field from Campaign to SlimCampaign' by github action: 7023526642
19 lines
436 B
YAML
19 lines
436 B
YAML
type: object
|
|
properties:
|
|
requestId:
|
|
type: string
|
|
nullable: true
|
|
description: The token request ID
|
|
example: 089899f13a8f4da7824996191587bab9
|
|
status:
|
|
type: string
|
|
enum:
|
|
- SUCCESS
|
|
- FAILED
|
|
description: Status of sending token
|
|
example: SUCCESS
|
|
errorMessage:
|
|
type: string
|
|
nullable: true
|
|
description: Error messages from token send request
|
|
example: Unable to sent text message |