Skip to content

Commit 7cd00fb

Browse files
committed
Remove bootstrap
1 parent 3dd6b55 commit 7cd00fb

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

source/developers/rest_api.markdown

-19
Original file line numberDiff line numberDiff line change
@@ -139,25 +139,6 @@ $ curl -X GET -H "x-ha-access: YOUR_PASSWORD" \
139139
-H "Content-Type: application/json" http://localhost:8123/api/discovery_info
140140
```
141141

142-
#### {% linkable_title GET /api/bootstrap %}
143-
Returns all data needed to bootstrap Home Assistant.
144-
145-
```json
146-
{
147-
"config": {...},
148-
"events": [...],
149-
"services": [...],
150-
"states": [...]
151-
}
152-
```
153-
154-
Sample `curl` command:
155-
156-
```bash
157-
$ curl -X GET -H "x-ha-access: YOUR_PASSWORD" \
158-
-H "Content-Type: application/json" http://localhost:8123/api/bootstrap
159-
```
160-
161142
#### {% linkable_title GET /api/events %}
162143
Returns an array of event objects. Each event object contains event name and listener count.
163144

0 commit comments

Comments
 (0)