Merge pull request #3004 from LENSHOOD/patch-1

Fix broken ref in distributed_lock_api
This commit is contained in:
greenie-msft 2022-12-14 15:24:57 -08:00 committed by GitHub
commit cc6aa19eda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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