mirror of https://github.com/dapr/docs.git
fix link
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
This commit is contained in:
parent
268da740ec
commit
90ed3f6c66
|
|
@ -51,7 +51,7 @@ The above example uses secrets as plain strings. It is recommended to use a secr
|
||||||
| clientSecret | Y | Output | The commercetools client secret for the project | `"client secret"` |
|
| clientSecret | Y | Output | The commercetools client secret for the project | `"client secret"` |
|
||||||
| scopes | Y | Output | The commercetools scopes for the project | `"manage_project:project-key"` |
|
| scopes | Y | Output | The commercetools scopes for the project | `"manage_project:project-key"` |
|
||||||
|
|
||||||
For more information see [commercetools - Creating an API Client](https://docs.commercetools.com/tutorials/getting-started#creating-an-api-client) and [commercetools - Regions](https://docs.commercetools.com/api/general-concepts#regions).
|
For more information see [commercetools - Creating an API Client](https://docs.commercetools.com/getting-started/create-api-client#create-an-api-client) and [commercetools - Regions](https://docs.commercetools.com/api/general-concepts#regions).
|
||||||
|
|
||||||
## Binding support
|
## Binding support
|
||||||
|
|
||||||
|
|
@ -67,4 +67,4 @@ This component supports **output binding** with the following operations:
|
||||||
- [How-To: Trigger application with input binding]({{< ref howto-triggers.md >}})
|
- [How-To: Trigger application with input binding]({{< ref howto-triggers.md >}})
|
||||||
- [How-To: Use bindings to interface with external resources]({{< ref howto-bindings.md >}})
|
- [How-To: Use bindings to interface with external resources]({{< ref howto-bindings.md >}})
|
||||||
- [Bindings API reference]({{< ref bindings_api.md >}})
|
- [Bindings API reference]({{< ref bindings_api.md >}})
|
||||||
- [Sample app](https://github.com/dapr/samples/tree/master/commercetools-graphql-sample) that leverages the commercetools binding with sample GraphQL query
|
- [Sample app](https://github.com/dapr/samples/tree/master/commercetools-graphql-sample) that leverages the commercetools binding with sample GraphQL query
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue