Skip to content
Merged
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
5 changes: 3 additions & 2 deletions reference/price_lists.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -455,6 +455,7 @@ paths:
content:
application/json:
schema:
title: Delete Price Lists Response
type: object
nullable: true
'/pricelists/{price_list_id}':
Expand Down