Add OpenAPI
This commit is contained in:
14
src/api/openapi/docs/JobStatus.md
Normal file
14
src/api/openapi/docs/JobStatus.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# JobStatus
|
||||
|
||||
|
||||
## Enum
|
||||
|
||||
* `Pending` (value: `'PENDING'`)
|
||||
|
||||
* `Processing` (value: `'PROCESSING'`)
|
||||
|
||||
* `Completed` (value: `'COMPLETED'`)
|
||||
|
||||
* `Failed` (value: `'FAILED'`)
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
Reference in New Issue
Block a user