From 1ab31f3ccdceb4a85a75a0672a546bb1f8f641b7 Mon Sep 17 00:00:00 2001 From: Tina Gomez Date: Fri, 26 Jan 2024 14:37:37 -0600 Subject: [PATCH] Update parameter `id:in` name and description --- reference/price_lists.v3.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/price_lists.v3.yml b/reference/price_lists.v3.yml index 9f16dbdcc..260ef9ebb 100644 --- a/reference/price_lists.v3.yml +++ b/reference/price_lists.v3.yml @@ -437,10 +437,10 @@ paths: description: Deletes a *Price List*. All associated price records are also removed. Optional parameters can be passed in. operationId: deletePriceLists parameters: - - name: id + - name: id:in in: query description: | - Filter items by ID. + Filter by `id`. Accepts multiple comma-separated values. schema: type: integer - name: name @@ -455,6 +455,7 @@ paths: content: application/json: schema: + title: Delete Price Lists Response type: object nullable: true '/pricelists/{price_list_id}':