Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,26 @@
"minLength": 1,
"maxLength": 80,
"x-ms-parameter-location": "method"
},
"GatewayIdParameter": {
"name": "gatewayId",
"in": "path",
"required": true,
"type": "string",
"description": "Gateway entity identifier. Must be unique in the current API Management service instance. Must not have value 'managed'",
"minLength": 1,
"maxLength": 80,
"x-ms-parameter-location": "method"
},
"GatewayHostnameConfigurationIdParameter": {
"name": "hcId",
"in": "path",
"required": true,
"type": "string",
"description": "Gateway hostname configuration identifier. Must be unique in the scope of parent Gateway entity.",
"minLength": 1,
"maxLength": 80,
"x-ms-parameter-location": "method"
}
}
}
Loading