add unclosed shortcode brackets

This commit is contained in:
yaron2 2021-09-10 08:24:57 -07:00
parent 85feab4c85
commit eb3a125d10
1 changed files with 2 additions and 2 deletions

View File

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