Skip to content

Commit

Permalink
response to arm comments
Browse files Browse the repository at this point in the history
  • Loading branch information
olrakovs committed Apr 22, 2020
1 parent 8b52caa commit d8ed1c5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"in": "body",
"name": "payload",
"schema": {
"$ref": "#/definitions/OfferProperties"
"$ref": "#/definitions/Offer"
}
}
],
Expand Down Expand Up @@ -272,7 +272,7 @@
"in": "body",
"name": "payload",
"schema": {
"$ref": "#/definitions/PrivateStoreProperties"
"$ref": "#/definitions/PrivateStore"
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
"parameters": {
"privateStoreId": "a0e28e55-90c4-41d8-8e34-bb7ef7775406",
"api-version": "2020-01-01",
"parameters": {
"properties": {
"availability": "disabled",
"eTag": "\"9301f4fd-0000-0100-0000-5e248b350345\""
"PrivateStore": {
"parameters": {
"properties": {
"availability": "disabled",
"eTag": "\"9301f4fd-0000-0100-0000-5e248b350345\""
}
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
"privateStoreId": "a0e28e55-90c4-41d8-8e34-bb7ef7775406",
"offerId": "marketplacetestthirdparty.md-test-third-party-2",
"api-version": "2020-01-01",
"parameters": {
"properties": {
"specificPlanIdsLimitation": [
"0001",
"0002"
],
"eTag": "\"9301f4fd-0000-0100-0000-5e248b350666\""
"Offer": {
"parameters": {
"properties": {
"specificPlanIdsLimitation": [
"0001",
"0002"
],
"eTag": "\"9301f4fd-0000-0100-0000-5e248b350666\""
}
}
}
},
Expand Down

0 comments on commit d8ed1c5

Please sign in to comment.