Skip to content

Commit

Permalink
Document without_children param for GET /taxons
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyadsl committed Jul 13, 2021
1 parent 982ac85 commit 38073ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/openapi/solidus-api.oas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4012,6 +4012,11 @@ paths:
- $ref: '#/components/parameters/page'
- $ref: '#/components/parameters/per_page'
- $ref: '#/components/parameters/q'
- schema:
type: boolean
in: query
name: without_children
description: 'When set to `true`, it won''t recursively return all the taxons'' children.'
security:
- api-key: []
/users:
Expand Down

0 comments on commit 38073ae

Please sign in to comment.