Skip to content

Commit

Permalink
updated api
Browse files Browse the repository at this point in the history
  • Loading branch information
bigabig committed Oct 17, 2024
1 parent 239bc4e commit a2ae292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/api/openapi/models/ExportJobParameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export type ExportJobParameters = {
/**
* The format of the exported data.
*/
export_format?: ExportFormat | null;
export_format?: ExportFormat;
/**
* Specific parameters for the export job w.r.t it's type
*/
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7238,7 +7238,7 @@
"description": "The type of the export job (what to export)"
},
"export_format": {
"anyOf": [{ "$ref": "#/components/schemas/ExportFormat" }, { "type": "null" }],
"allOf": [{ "$ref": "#/components/schemas/ExportFormat" }],
"description": "The format of the exported data.",
"default": "CSV"
},
Expand Down

0 comments on commit a2ae292

Please sign in to comment.