Skip to content

Commit

Permalink
ci: added filters (#172)
Browse files Browse the repository at this point in the history
* fix: fixed create payment method path

* fix: fixed verifyEInvoiceXml

* fix: fixed createPaymentMethod url parameter

* ci: added filters

* ci: changed query param name

Co-authored-by: Emanuele Saccomandi <[email protected]>
Co-authored-by: Mauro Valota <[email protected]>
  • Loading branch information
3 people authored Mar 15, 2022
1 parent 2e305a3 commit aa386e9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ paths:
- $ref: '#/components/parameters/sort'
- $ref: '#/components/parameters/page'
- $ref: '#/components/parameters/per_page'
- $ref: '#/components/parameters/q'
post:
summary: Create Client
operationId: createClient
Expand Down Expand Up @@ -278,6 +279,7 @@ paths:
- $ref: '#/components/parameters/sort'
- $ref: '#/components/parameters/page'
- $ref: '#/components/parameters/per_page'
- $ref: '#/components/parameters/q'
tags:
- Suppliers
post:
Expand Down Expand Up @@ -435,6 +437,7 @@ paths:
- $ref: '#/components/parameters/sort'
- $ref: '#/components/parameters/page'
- $ref: '#/components/parameters/per_page'
- $ref: '#/components/parameters/q'
post:
summary: Create Product
operationId: createProduct
Expand Down Expand Up @@ -585,6 +588,7 @@ paths:
- $ref: '#/components/parameters/sort'
- $ref: '#/components/parameters/page'
- $ref: '#/components/parameters/per_page'
- $ref: '#/components/parameters/q'
post:
summary: Create Issued Document
operationId: createIssuedDocument
Expand Down Expand Up @@ -1213,6 +1217,7 @@ paths:
- $ref: '#/components/parameters/sort'
- $ref: '#/components/parameters/page'
- $ref: '#/components/parameters/per_page'
- $ref: '#/components/parameters/q'
post:
summary: Create Received Document
operationId: createReceivedDocument
Expand Down Expand Up @@ -1571,6 +1576,7 @@ paths:
- $ref: '#/components/parameters/page'
- $ref: '#/components/parameters/per_page'
- $ref: '#/components/parameters/sort'
- $ref: '#/components/parameters/q'
post:
summary: Create Receipt
operationId: createReceipt
Expand Down Expand Up @@ -1781,6 +1787,7 @@ paths:
- $ref: '#/components/parameters/sort'
- $ref: '#/components/parameters/page'
- $ref: '#/components/parameters/per_page'
- $ref: '#/components/parameters/q'
post:
summary: Create F24
operationId: createF24
Expand Down Expand Up @@ -1964,6 +1971,7 @@ paths:
- $ref: '#/components/parameters/sort'
- $ref: '#/components/parameters/page'
- $ref: '#/components/parameters/per_page'
- $ref: '#/components/parameters/q'
post:
summary: Create Archive Document
operationId: createArchiveDocument
Expand Down Expand Up @@ -3013,6 +3021,13 @@ components:
- passive_credit_note
- passive_delivery_note
description: The type of the received document.
q:
name: q
in: query
required: false
schema:
type: string
description: Query for filtering the results.
include_attachment:
name: include_attachment
in: query
Expand Down

0 comments on commit aa386e9

Please sign in to comment.