diff --git a/docs/api/rest.md b/docs/api/rest.md index dd843edc..f5ffc230 100644 --- a/docs/api/rest.md +++ b/docs/api/rest.md @@ -217,7 +217,7 @@ curl -X GET -H "Authorization: Bearer ABCDEFGH" \
-/api/history/period/<timestamp +/api/history/period/<timestamp&rt; Returns an array of state changes in the past. Each object contains further details for the entities. @@ -324,7 +324,7 @@ curl -X GET -H "Authorization: Bearer ABCDEFGH" \
-/api/logbook/<timestamp +/api/logbook/<timestamp&rt; Returns an array of logbook entries. @@ -419,7 +419,7 @@ curl -X GET -H "Authorization: Bearer ABCDEFGH" \
-/api/states/<entity_id +/api/states/<entity_id&rt; Returns a state object for specified entity_id. Returns 404 if not found. @@ -471,7 +471,7 @@ curl -X GET -H "Authorization: Bearer ABCDEFGH" \
-/api/camera_proxy/camera.<entity_id +/api/camera_proxy/<camera entity_id&rt; Returns the data (image) from the specified camera entity_id. @@ -486,7 +486,7 @@ curl -X GET -H "Authorization: Bearer ABCDEFGH" \
-/api/states/<entity_id +/api/states/<entity_id&rt; Updates or creates a state. You can create any state that you want, it does not have to be backed by an entity in Home Assistant. @@ -533,7 +533,7 @@ curl -X POST -H "Authorization: Bearer ABCDEFGH" \
-/api/events/<event_type +/api/events/<event_type&rt; Fires an event with event_type. Please be mindful of the data structure as documented on our [Data Science portal](https://data.home-assistant.io/docs/events/#database-table).