Skip to content

Commit

Permalink
795-SetEndpointDescriptionAndUpdateSummary (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
gibaros authored Oct 1, 2019
1 parent d566b04 commit 847b09a
Showing 1 changed file with 24 additions and 12 deletions.
36 changes: 24 additions & 12 deletions src/interface/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"application/json"
],
"deprecated": false,
"summary": "Gets the health of the service and sub-services (i.e. database).",
"description": "Gets the health of the service and sub-services (i.e. database).",
"summary": "getHealth",
"operationId": "getHealth",
"tags": [
"getHealth"
Expand All @@ -38,7 +39,8 @@
"application/json"
],
"deprecated": false,
"summary": "Returns a Settlement Window by id.",
"description": "Returns a Settlement Window by id.",
"summary": "getSettlementWindowById",
"operationId": "getSettlementWindowById",
"parameters": [
{
Expand Down Expand Up @@ -99,7 +101,8 @@
"application/json"
],
"deprecated": false,
"summary": "If the settlementWindow is open, it can be closed and a new window is created. If it is already closed, return an error message. Returns the new settlement window.",
"description": "If the settlementWindow is open, it can be closed and a new window is created. If it is already closed, return an error message. Returns the new settlement window.",
"summary": "closeSettlementWindow",
"operationId": "closeSettlementWindow",
"parameters": [
{
Expand Down Expand Up @@ -167,7 +170,8 @@
"application/json"
],
"deprecated": false,
"summary": "Returns Settlement Windows as per parameter(s).",
"description": "Returns Settlement Windows as per parameter(s).",
"summary": "getSettlementWindowsByParams",
"operationId": "getSettlementWindowsByParams",
"parameters": [
{
Expand Down Expand Up @@ -257,7 +261,8 @@
"application/json"
],
"deprecated": false,
"summary": "Returns Settlements as per parameter(s).",
"description": "Returns Settlements as per parameter(s).",
"summary": "getSettlementsByParams",
"operationId": "getSettlementsByParams",
"parameters": [
{
Expand Down Expand Up @@ -387,7 +392,8 @@
"application/json"
],
"deprecated": false,
"summary": "Trigger the creation of a settlement, that does the calculation of the net settlement position per participant and marks all transfers in the affected windows as PENDING_SETTLEMENT. Returned dataset is the net settlement report for the settlementWindow",
"description": "Trigger the creation of a settlement, that does the calculation of the net settlement position per participant and marks all transfers in the affected windows as PENDING_SETTLEMENT. Returned dataset is the net settlement report for the settlementWindow",
"summary": "createSettlement",
"operationId": "createSettlement",
"parameters": [
{
Expand Down Expand Up @@ -449,7 +455,8 @@
"application/json"
],
"deprecated": false,
"summary": "Returns Settlement(s) as per parameters/filter criteria.",
"description": "Returns Settlement(s) as per parameters/filter criteria.",
"summary": "getSettlementById",
"operationId": "getSettlementById",
"parameters": [
{
Expand Down Expand Up @@ -510,7 +517,8 @@
"application/json"
],
"deprecated": false,
"summary": "Acknowledgement of settlement by updating with Settlement Id.",
"description": "Acknowledgement of settlement by updating with Settlement Id.",
"summary": "updateSettlementById",
"operationId": "updateSettlementById",
"parameters": [
{
Expand Down Expand Up @@ -579,7 +587,8 @@
"application/json"
],
"deprecated": false,
"summary": "Returns Settlement(s) as per filter criteria.",
"description": "Returns Settlement(s) as per filter criteria.",
"summary": "getSettlementBySettlementParticipant",
"operationId": "getSettlementBySettlementParticipant",
"parameters": [
{
Expand Down Expand Up @@ -647,7 +656,8 @@
"application/json"
],
"deprecated": false,
"summary": "Acknowledgement of settlement by updating with Settlements Id and Participant Id.",
"description": "Acknowledgement of settlement by updating with Settlements Id and Participant Id.",
"summary": "updateSettlementBySettlementParticipant",
"operationId": "updateSettlementBySettlementParticipant",
"parameters": [
{
Expand Down Expand Up @@ -723,7 +733,8 @@
"application/json"
],
"deprecated": false,
"summary": "Returns Settlement(s) as per filter criteria.",
"description": "Returns Settlement(s) as per filter criteria.",
"summary": "getSettlementBySettlementParticipantAccount",
"operationId": "getSettlementBySettlementParticipantAccount",
"parameters": [
{
Expand Down Expand Up @@ -798,7 +809,8 @@
"application/json"
],
"deprecated": false,
"summary": "Acknowledgement of settlement by updating the reason and state by Settlements Id, Participant Id and accounts Id.",
"description": "Acknowledgement of settlement by updating the reason and state by Settlements Id, Participant Id and accounts Id.",
"summary": "updateSettlementBySettlementParticipantAccount",
"operationId": "updateSettlementBySettlementParticipantAccount",
"parameters": [
{
Expand Down

0 comments on commit 847b09a

Please sign in to comment.