Skip to content
Closed
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
12 changes: 12 additions & 0 deletions _build/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5881,6 +5881,18 @@ paths:
schema:
type: string
style: simple
- description: client of the object to be retrieved
examples:
client:
summary: client of the object to be retrieved
value: checkout
explode: true
in: query
name: client
required: false
schema:
type: string
style: form
responses:
"200":
content:
Expand Down
10 changes: 10 additions & 0 deletions parameters/commons/query/client.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
in: query
name: "client"
description: "client of the object to be retrieved"
required: false
schema:
type: string
examples:
client:
summary: client of the object to be retrieved
value: "checkout"
1 change: 1 addition & 0 deletions resources/orders/order_param.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ get:
- $ref: '../../parameters/commons/path_param/id.yml'
- $ref: '../../parameters/commons/headers/accept_language.yml'
- $ref: '../../parameters/commons/headers/x_child_company_id.yml'
- $ref: '../../parameters/commons/query/client.yml'
put:
tags:
- Orders
Expand Down
Loading