File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
daprdocs/content/en/reference/api Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ POST http://localhost:<daprPort>/v1.0-alpha1/lock/<storename>
2121Parameter | Description
2222--------- | -----------
2323` daprPort ` | The Dapr port
24- ` storename ` | The ` metadata.name ` field component file. Refer to the [ component schema] ({{< ref component-schema.md>}})
24+ ` storename ` | The ` metadata.name ` field component file. Refer to the [ component schema] ({{< ref component-schema.md >}})
2525
2626#### Query Parameters
2727
@@ -95,7 +95,7 @@ POST http://localhost:<daprPort>/v1.0-alpha1/unlock/<storename>
9595Parameter | Description
9696--------- | -----------
9797` daprPort ` | The Dapr port
98- ` storename ` | The ` metadata.name ` field component file. Refer to the [ component schema] ({{< ref component-schema.md>}})
98+ ` storename ` | The ` metadata.name ` field component file. Refer to the [ component schema] ({{< ref component-schema.md >}})
9999
100100#### Query Parameters
101101
You can’t perform that action at this time.
0 commit comments