mirror of https://github.com/dapr/docs.git
clarify app namespace
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
3cc3f37edd
commit
d6d51bab8b
|
@ -405,9 +405,9 @@ dapr invoke --app-id checkout --method checkout/100
|
||||||
|
|
||||||
### Namespaces
|
### Namespaces
|
||||||
|
|
||||||
When running on [namespace supported platforms]({{< ref "service_invocation_api.md#namespace-supported-platforms" >}}), you include the namespace of the target app in the app ID: `checkout.production`
|
When running on [namespace supported platforms]({{< ref "service_invocation_api.md#namespace-supported-platforms" >}}), you include the namespace of the target app in the app ID. For example, following the `<app>.<namespace>` format, use `checkout.production`.
|
||||||
|
|
||||||
For example, invoking the example service with a namespace would look like:
|
Using this example, invoking the service with a namespace would look like:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl http://localhost:3602/v1.0/invoke/checkout.production/method/checkout/100 -X POST
|
curl http://localhost:3602/v1.0/invoke/checkout.production/method/checkout/100 -X POST
|
||||||
|
|
Loading…
Reference in New Issue