summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/boot.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/api/boot.md b/docs/api/boot.md
index d7e9144..cc59d79 100644
--- a/docs/api/boot.md
+++ b/docs/api/boot.md
@@ -37,7 +37,7 @@ This endpoint will respond with a status of
```json
{
- "user": {
+ "login": {
"name": "example username",
"id": "U1234abcd"
},
@@ -100,15 +100,14 @@ The response will include the following fields:
| Field | Type | Description |
| :------------- | :-------------- | :----------------------------------------------------------------------------------------------------------------------- |
-| `user` | object | The details of the caller's identity. |
+| `login` | object | The details of the caller's identity. |
| `resume_point` | integer | A resume point for [events](./events.md), such that the event stream will begin immediately after the included snapshot. |
| `heartbeat` | integer | The [heartbeat timeout](./events.md#heartbeat-events), in seconds, for events. |
| `events` | array of object | The events on the server up to the resume point. |
-Each element of the
-`events` object is an event, as described in [Events](./events.md). Events are provided in the same order as they would appear in the event stream response.
+Each element of the `events` object is an event, as described in [Events](./events.md). Events are provided in the same order as they would appear in the event stream response.
-The `user` object will include the following fields:
+The `login` object will include the following fields:
| Field | Type | Description |
| :----- | :----- | :--------------------------------------- |