Skip to content

Commit

Permalink
SP-16044: Add get transactions by tag endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
GubinAlexander committed Jun 13, 2024
1 parent 70efddf commit 0e450ec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion p-transaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,14 +197,18 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/GetTransactionsByTagResponse'
$ref: '#/components/schemas/ListTransactionsByTagResponse'
"400":
description: "Bad request. Check your input data."
"403":
description: "Bad license. Either server or request does not contain valid license."

components:
schemas:
ListTransactionsByTagResponse:
type: array
items:
$ref: '#/components/schemas/GetTransactionsByTagResponse'
GetTransactionsByTagResponse:
type: object
properties:
Expand Down

0 comments on commit 0e450ec

Please sign in to comment.