mirror of https://github.com/dapr/docs.git
fix broken ref in distributed_lock_api
Signed-off-by: Lenshood <lenshood.zxh@gmail.com> Signed-off-by: Mauricio Salatino <salaboy@salaboy.local>
This commit is contained in:
parent
24417b1bca
commit
6411364a17
|
@ -21,7 +21,7 @@ POST http://localhost:<daprPort>/v1.0-alpha1/lock/<storename>
|
|||
Parameter | Description
|
||||
--------- | -----------
|
||||
`daprPort` | The Dapr port
|
||||
`storename` | The `metadata.name` field component file. Refer to the [component schema] ({{< ref component-schema.md>}})
|
||||
`storename` | The `metadata.name` field component file. Refer to the [component schema]({{< ref component-schema.md >}})
|
||||
|
||||
#### Query Parameters
|
||||
|
||||
|
@ -95,7 +95,7 @@ POST http://localhost:<daprPort>/v1.0-alpha1/unlock/<storename>
|
|||
Parameter | Description
|
||||
--------- | -----------
|
||||
`daprPort` | The Dapr port
|
||||
`storename` | The `metadata.name` field component file. Refer to the [component schema] ({{< ref component-schema.md>}})
|
||||
`storename` | The `metadata.name` field component file. Refer to the [component schema]({{< ref component-schema.md >}})
|
||||
|
||||
#### Query Parameters
|
||||
|
||||
|
|
Loading…
Reference in New Issue