Added Transaction offer
This commit is contained in:
@@ -87,6 +87,14 @@
|
||||
"description": "Find out more",
|
||||
"url": "https://www.simbrellang.net"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Transaction Offers",
|
||||
"description": "Get all transaction offers with optional filtering.",
|
||||
"externalDocs": {
|
||||
"description": "Find out more",
|
||||
"url": "https://www.simbrellang.net"
|
||||
}
|
||||
}
|
||||
],
|
||||
"paths": {
|
||||
@@ -116,6 +124,9 @@
|
||||
},
|
||||
"/offers": {
|
||||
"$ref": "../swagger/paths/Offers.json"
|
||||
},
|
||||
"/transaction-offers": {
|
||||
"$ref": "../swagger/paths/TransactionOffers.json"
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
@@ -155,6 +166,9 @@
|
||||
},
|
||||
"OffersResponse": {
|
||||
"$ref": "../swagger/schemas/OffersResponse.json"
|
||||
},
|
||||
"TransactionOffersResponse": {
|
||||
"$ref": "../swagger/schemas/TransactionOffersResponse.json"
|
||||
}
|
||||
},
|
||||
"securitySchemes": {
|
||||
|
||||
Reference in New Issue
Block a user