Skip to content

Commit 45d2cda

Browse files
committed
Fixed version
1 parent 2d51405 commit 45d2cda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-grid/mqtt-how-to-http-publish.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Save this token to use in the `Authorization: Bearer <TOKEN>` header.
4545
Here’s an example cURL command to simulate the HTTP Publish.
4646

4747
```http
48-
curl -X POST "https://contoso.westus3-1.ts.eventgrid.azure.net/mqtt/messages?topic=devices%2XXXX-0000%2Fprompt&api-version=2025-02-15-preview" \
48+
curl -X POST "https://contoso.westus3-1.ts.eventgrid.azure.net/mqtt/messages?topic=devices%2XXXX-0000%2Fprompt&api-version=2025-08-01-preview" \
4949
-H "Authorization: Bearer <ENTRA_TOKEN_HERE>" \
5050
-H "mqtt-qos: 1" \
5151
-H "mqtt-retain: 0" \
@@ -110,7 +110,7 @@ In this sample command:
110110
}
111111
],
112112
"url": {
113-
"raw": "https://{{namespace}}/mqtt/messages?topic={{topic}}&api-version=2025-02-15-preview",
113+
"raw": "https://{{namespace}}/mqtt/messages?topic={{topic}}&api-version=2025-08-01-preview",
114114
"host": [
115115
"{{namespace}}"
116116
],

0 commit comments

Comments
 (0)