Skip to content

Commit

Permalink
Add Query to Export API and nit documentation update (Azure#1701)
Browse files Browse the repository at this point in the history
  • Loading branch information
solankisamir authored and anuchandy committed Sep 20, 2017
1 parent 25dc357 commit fd5ecc6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1160,6 +1160,20 @@
},
"description": "Format in which to export the Api Details to the Storage Blob with Sas Key valid for 5 minutes."
},
{
"name": "ExportApiParameter",
"in": "query",
"required": true,
"type": "string",
"enum": [
"true"
],
"x-ms-enum": {
"modelAsString": true,
"name": "ExportApi"
},
"description": "Query parameter required to export the API details."
},
{
"$ref": "./apimanagement.json#/parameters/ApiVersionParameter"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@
"description": "Certificate Password."
},
"storeName": {
"description": "The local certificate store location",
"description": "The local certificate store location. Only Root and CertificateAuthority are valid locations.",
"type": "string",
"enum": [
"CertificateAuthority",
Expand All @@ -576,7 +576,7 @@
"required": [
"storeName"
],
"description": "Certificate configuration."
"description": "Certificate configuration which consist of non-trusted intermediates and root certificates."
},
"HostnameConfiguration": {
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"api-version": "2017-03-01",
"subscriptionId": "subid",
"apiId": "echo-api",
"Accept": "application/vnd.swagger.link+json"
"Accept": "application/vnd.swagger.link+json",
"ExportApiParameter": "true"
},
"responses": {
"200": {
Expand Down

0 comments on commit fd5ecc6

Please sign in to comment.