Skip to content

Commit

Permalink
fix the patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslany committed Feb 1, 2022
1 parent 239268e commit 1452110
Showing 1 changed file with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/DaprComponent"
"$ref": "#/definitions/DaprComponentPatch"
}
},
"default": {
Expand Down Expand Up @@ -368,6 +368,19 @@
}
}
},
"DaprComponentPatch": {
"description": "An updat to dapr component",
"type": "object",
"properties": {
"tags": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "Application-specific metadata in the form of key-value pairs."
}
}
},
"DaprMetadata": {
"description": "Dapr component metadata.",
"type": "object",
Expand Down

0 comments on commit 1452110

Please sign in to comment.