Skip to content

Commit

Permalink
REFAPP-1306 - add GET /accounts/{AccountId}/parties -
Browse files Browse the repository at this point in the history
  • Loading branch information
wkrop committed Jul 20, 2023
1 parent 07bf302 commit 1383ca8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/model/condition_static.go
Original file line number Diff line number Diff line change
Expand Up @@ -1714,6 +1714,11 @@ func conditionalityStaticData() []byte {
"method": "GET",
"endpoint": "/offers"
},
{
"condition": "conditional",
"method": "GET",
"endpoint": "/accounts/{AccountId}/parties"
},
{
"condition": "conditional",
"method": "GET",
Expand Down

0 comments on commit 1383ca8

Please sign in to comment.