Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add test query param to get orders docs #95

Merged
merged 1 commit into from
Oct 10, 2024
Merged
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
9 changes: 9 additions & 0 deletions spec/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,7 @@ paths:
- $ref: "#/components/parameters/status_changed_end_date"
- $ref: "#/components/parameters/debtor_email"
- $ref: "#/components/parameters/debtor_id"
- $ref: "#/components/parameters/test"
- name: ordering
in: query
description: Ordering (by ordernumber)
Expand Down Expand Up @@ -2136,6 +2137,14 @@ components:
items:
type: string
format: uuid
test:
name: test
in: query
description: Include test orders in the response
required: false
schema:
type: boolean
default: false
requestBodies:
postArticleListsLists:
content:
Expand Down
Loading