From 49b3daf494a312984c35fd073b2e2df3194f98c4 Mon Sep 17 00:00:00 2001 From: Ashura Date: Sat, 29 Oct 2016 10:10:11 +0200 Subject: [PATCH] Fixed typo (#1355) --- source/developers/rest_api.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/developers/rest_api.markdown b/source/developers/rest_api.markdown index 9cedcc71dc6..6f116cf77be 100644 --- a/source/developers/rest_api.markdown +++ b/source/developers/rest_api.markdown @@ -343,7 +343,7 @@ The return code is 200 if the entity existed, 201 if the state of a new entity w }, "entity_id": "sun.sun", "last_changed": "2016-05-30T21:43:29.204838+00:00", - "last_updated": "2016-05-30T21:47:30.533530+00:00" + "last_updated": "2016-05-30T21:47:30.533530+00:00", "state": "below_horizon" } ```