mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
17 lines
308 B
YAML
17 lines
308 B
YAML
type: object
|
|
properties:
|
|
info:
|
|
type: string
|
|
example: "job has started"
|
|
job_status:
|
|
type: object
|
|
properties:
|
|
job_id:
|
|
type: string
|
|
example: "3ce88e47ad6dba2ddf349d21"
|
|
status:
|
|
type: string
|
|
example: "queued"
|
|
status:
|
|
type: int
|
|
example: 200 |