Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SELFDEV-494: [update] Tax Rates & Zones, reconcile spec overrides #44

Merged
merged 9 commits into from
Jan 17, 2024
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
8 changes: 3 additions & 5 deletions reference/tax_rates_zones.v3.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
openapi: '3.0.3'
openapi: '3.0.0'
info:
title: Tax Rates & Zones
version: '1.0.0'
Expand Down Expand Up @@ -179,7 +179,6 @@ paths:
description: |-
Delete one or more tax zones. Deleting a tax zone removes all associated tax rates.

> #### Note
> You must specify which zone(s) to delete using the `id:in` query parameter.

operationId: deleteTaxZones
Expand Down Expand Up @@ -297,7 +296,6 @@ paths:
description: |-
Delete one or more tax rates.

> #### Note
> You must specify which rate(s) to delete using the `id:in` query parameter.

operationId: deleteTaxRates
Expand Down Expand Up @@ -783,15 +781,15 @@ components:
name: Accept
in: header
required: true
description: 'The [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) of the response body.'
description: The [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) of the response body.
schema:
type: string
default: 'application/json'
Content-Type:
name: Content-Type
in: header
required: true
description: 'The [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) of the request body.'
description: The [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) of the request body.
schema:
type: string
default: 'application/json'
Expand Down
Loading