Fixed typos

This commit is contained in:
Pascal Borreli
2015-06-02 16:45:44 +01:00
parent 5c8b571c3f
commit 7b69b789b8
10 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -84,8 +84,8 @@ Status Codes:
- **401** – Unauthorized
- **412** – Precondition failed
The **412** status code is used when a newer dashboard already exists (newer, its version is greater than the verison that was sent). The
same status code is also used if another dashboar exists with the same title. The response body will look like this:
The **412** status code is used when a newer dashboard already exists (newer, its version is greater than the version that was sent). The
same status code is also used if another dashboard exists with the same title. The response body will look like this:
HTTP/1.1 412 Precondition Failed
Content-Type: application/json; charset=UTF-8