Skip to content

Commit dbbe41d

Browse files
Apply suggestions from code review
Co-authored-by: Anthony Chu <[email protected]>
1 parent 7ed4b2e commit dbbe41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/sessions-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following example shows how to send request to a session using a user's ID a
4545
Before you send the request, replace the placeholders between the `<>` brackets with values specific to your request.
4646

4747
```http
48-
POST https://<SESSION_POOL_NAME>.<ENVIRONMENT_ID>.<REGION>.azurecontainerapps.io/<API_PATH_EXPOSED_BY_CONTAINER>?identifier=<USER_ID>
48+
POST <POOL_MANAGEMENT_ENDPOINT>/<API_PATH_EXPOSED_BY_CONTAINER>?identifier=<USER_ID>
4949
Authorization: Bearer <TOKEN>
5050
{
5151
"command": "echo 'Hello, world!'"

0 commit comments

Comments
 (0)