Skip to content

Commit

Permalink
chore: Add test query param to get orders docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bartvanraaij committed Oct 9, 2024
1 parent e861f36 commit 65ff7f2
Showing 1 changed file with 9 additions and 0 deletions.
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

0 comments on commit 65ff7f2

Please sign in to comment.