We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61531c commit 5c17b5bCopy full SHA for 5c17b5b
source/_guides/user-interfaces/appglance-rest.md
@@ -58,7 +58,7 @@ API.
58
To create a slice, send a `PUT` request to the following URL scheme:
59
60
```text
61
-PUT https://timeline-api.getpebble.com/v1/user/glance
+PUT https://timeline-api.rebble.io/v1/user/glance
62
```
63
64
Use the following headers, where `X-User-Token` is the user's
@@ -90,7 +90,7 @@ sample of an object is shown below:
90
#### Curl Example
91
92
```bash
93
-$ curl -X PUT https://timeline-api.getpebble.com/v1/user/glance \
+$ curl -X PUT https://timeline-api.rebble.io/v1/user/glance \
94
--header "Content-Type: application/json" \
95
--header "X-User-Token: a70b23d3820e9ee640aeb590fdf03a56" \
96
-d @glance.json
0 commit comments