Skip to content

Commit 5c17b5b

Browse files
hellcpSorixelle
authored andcommitted
Use the correct url for the app glances
Signed-off-by: Stasia Michalska <[email protected]>
1 parent e61531c commit 5c17b5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_guides/user-interfaces/appglance-rest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ API.
5858
To create a slice, send a `PUT` request to the following URL scheme:
5959

6060
```text
61-
PUT https://timeline-api.getpebble.com/v1/user/glance
61+
PUT https://timeline-api.rebble.io/v1/user/glance
6262
```
6363

6464
Use the following headers, where `X-User-Token` is the user's
@@ -90,7 +90,7 @@ sample of an object is shown below:
9090
#### Curl Example
9191

9292
```bash
93-
$ curl -X PUT https://timeline-api.getpebble.com/v1/user/glance \
93+
$ curl -X PUT https://timeline-api.rebble.io/v1/user/glance \
9494
--header "Content-Type: application/json" \
9595
--header "X-User-Token: a70b23d3820e9ee640aeb590fdf03a56" \
9696
-d @glance.json

0 commit comments

Comments
 (0)