Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Add include field to the Get Order params
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-tgomez committed Oct 16, 2023
1 parent ae0b8bd commit e0e42c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions reference/orders.sf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ paths:
exclusiveMinimum: false
type: integer
format: int32
- name: include
in: query
description: Sub-resources to include in an Order, in a comma-separated list. The ID and the specified fields will be returned.
schema:
type: string
responses:
'200':
description: ''
Expand Down

0 comments on commit e0e42c0

Please sign in to comment.