Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion openapi/components/parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,14 @@ Fields:
type: string
Export:
name: export
description: Saves the API response to a file. Accepts one of `csv`, `json`, `xml`, `yaml`.
description: Saves the API response to a file. Accepts one of `csv`, `csv_utf8`, `json`, `xml`, `yaml`.
in: query
required: false
schema:
type: string
enum:
- csv
- csv_utf8
- json
- xml
- yaml
Expand Down
4 changes: 3 additions & 1 deletion openapi/paths/utils/export/_collection/export.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ requestBody:
properties:
format:
type: string
description: 'What file format to save the export to. One of `csv`, `xml`,`json`'
description: 'What file format to save the export to. One of `csv`, `csv_utf8`, `xml`, `json`, `yaml`'
enum:
- csv
- csv_utf8
- xml
- json
- yaml
query:
$ref: ../../../../components/schemas/query.yaml
file:
Expand Down