Skip to content

Commit

Permalink
fix: added tag invoices to invoice apis
Browse files Browse the repository at this point in the history
  • Loading branch information
CorwinDev committed Jul 19, 2023
1 parent 9f980d2 commit 25152f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/api/clients/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ paths:
- Authorization: []
/api/clients/v1/invoices:
get:
tags:
- Invoices
summary: Get all invoices
operationId: get-api-clients-v1-invoices
requestBody:
Expand Down Expand Up @@ -280,6 +282,8 @@ paths:
- Authorization: []
'/api/clients/v1/invoices/{invoiceId}':
get:
tags:
- Invoices
summary: Get all invoice by id
operationId: get-api-clients-v1-invoices-get-invoices-by-id
parameters:
Expand Down Expand Up @@ -338,6 +342,8 @@ paths:
- Authorization: []
'/api/clients/v1/invoices/{invoiceId}/pay':
post:
tags:
- Invoices
summary: Pay invoice by ID
operationId: post-api-clients-v1-invoices-invoiceId-pay
parameters:
Expand Down

0 comments on commit 25152f5

Please sign in to comment.