File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
specification/app/resource-manager/Microsoft.App/preview/2022-01-01-preview Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 259259 "required" : true ,
260260 "type" : " string"
261261 },
262+ {
263+ "name" : " daprComponentEnvelope" ,
264+ "in" : " body" ,
265+ "required" : true ,
266+ "description" : " Properties of a Dapr Component that need to be updated" ,
267+ "schema" : {
268+ "$ref" : " #/definitions/DaprComponentPatch"
269+ }
270+ },
262271 {
263272 "$ref" : " ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
264273 }
267276 "200" : {
268277 "description" : " OK" ,
269278 "schema" : {
270- "$ref" : " #/definitions/DaprComponentPatch "
279+ "$ref" : " #/definitions/DaprComponent "
271280 }
272281 },
273282 "default" : {
369378 }
370379 },
371380 "DaprComponentPatch" : {
372- "description" : " An updat to dapr component" ,
381+ "description" : " An update to dapr component" ,
373382 "type" : " object" ,
374383 "properties" : {
375384 "tags" : {
You can’t perform that action at this time.
0 commit comments