Skip to content

Commit

Permalink
switches export status to enum
Browse files Browse the repository at this point in the history
  • Loading branch information
louismrose committed Mar 19, 2024
1 parent b77fc2c commit 6102846
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion openapi/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,13 @@ components:
description: The URL of the resulting (exported) file
status:
type: string
description: 'The current status of the export, can be one of `initialising`, `uploading`, `successful` or `failed`'
description: The current status of the export
enum:
- initialising
- uploading
- successful
- failed
example: successful
failure:
$ref: '#/components/schemas/Failure'
example:
Expand Down

0 comments on commit 6102846

Please sign in to comment.