From 38073aef8fa31a6223c5c03b432f1c258e060e6b Mon Sep 17 00:00:00 2001 From: Alberto Vena Date: Tue, 13 Jul 2021 16:42:18 +0200 Subject: [PATCH] Document without_children param for GET /taxons --- api/openapi/solidus-api.oas.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/openapi/solidus-api.oas.yml b/api/openapi/solidus-api.oas.yml index 5c7d568fa4a..f9797420dcb 100644 --- a/api/openapi/solidus-api.oas.yml +++ b/api/openapi/solidus-api.oas.yml @@ -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: