Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslany committed Feb 1, 2022
1 parent 1452110 commit 045f1d9
Showing 1 changed file with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,15 @@
"required": true,
"type": "string"
},
{
"name": "daprComponentEnvelope",
"in": "body",
"required": true,
"description": "Properties of a Dapr Component that need to be updated",
"schema": {
"$ref": "#/definitions/DaprComponentPatch"
}
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
}
Expand All @@ -267,7 +276,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/DaprComponentPatch"
"$ref": "#/definitions/DaprComponent"
}
},
"default": {
Expand Down Expand Up @@ -369,7 +378,7 @@
}
},
"DaprComponentPatch": {
"description": "An updat to dapr component",
"description": "An update to dapr component",
"type": "object",
"properties": {
"tags": {
Expand Down

0 comments on commit 045f1d9

Please sign in to comment.