Skip to content

Commit

Permalink
Update attestation provider swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
shleiAmy committed Jun 20, 2019
1 parent 94ba84b commit 057bf2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,16 @@
"in": "path",
"required": true,
"type": "string",
"pattern": "^[a-zA-Z0-9-]{3,24}$",
"description": "Name of the attestation service"
"pattern": "^[a-z0-9]{3,24}$",
"description": "Name of the attestation service instance"
},
{
"$ref": "#/parameters/ApiVersionParameter"
}
],
"responses": {
"200": {
"description": "Get the status of attestation Provider",
"description": "The status of the specified attestation service instance",
"schema": {
"$ref": "#/definitions/AttestationProvider"
}
Expand Down Expand Up @@ -514,7 +514,8 @@
"in": "query",
"required": true,
"type": "string",
"description": "Client API version."
"description": "Client API version.",
"enum": ["2018-09-01-preview"]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"serviceName": "sampleservicename",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"api-version": "2018-09-01-preview",
"providerName": "providerName1"
"providerName": "providername1"
},
"responses": {
"200": {
Expand Down

0 comments on commit 057bf2c

Please sign in to comment.