mirror of https://github.com/dapr/docs.git
add unclosed shortcode brackets
This commit is contained in:
parent
85feab4c85
commit
eb3a125d10
|
@ -114,7 +114,7 @@ To perform a list objects operation, invoke the binding with a `POST` method and
|
|||
|
||||
{{% alert title="Note" color="primary" %}}
|
||||
Note the `metadata.primaryKeys` field is mandatory.
|
||||
{{% /alert %}
|
||||
{{% /alert %}}
|
||||
|
||||
### Get object
|
||||
|
||||
|
@ -134,7 +134,7 @@ To perform a get object operation, invoke the binding with a `POST` method and t
|
|||
|
||||
{{% alert title="Note" color="primary" %}}
|
||||
Note the `metadata.primaryKeys` field is mandatory.
|
||||
{{% /alert %}
|
||||
{{% /alert %}}
|
||||
|
||||
## Related links
|
||||
|
||||
|
|
Loading…
Reference in New Issue