Skip to content

Commit 9b8117f

Browse files
authored
Update licensing.md
xxxxx's
1 parent 11e9535 commit 9b8117f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mongoose-os/userguide/licensing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ Thus a device, once licensed, is licensed permanently.
4545
- Sample CURL call:
4646
```
4747
curl --location --request POST 'https://license.mongoose-os.com/api/v1/license' \
48-
--header 'Authorization: Bearer 6db682e2977b746c753e40b4599555' \
48+
--header 'Authorization: Bearer xxxxxxe2977b746c753e40b4599555' \
4949
--header 'Content-Type: application/json' \
5050
--data-raw '{
5151
"type": "mos",
52-
"device_id": "0f9c93b555a6a555",
52+
"device_id": "0fxxxxxxxxa6a555",
5353
"app": "myappsname"
5454
}'
5555
```

0 commit comments

Comments
 (0)