summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/samples/db-disable-root-user-response-json-http.txt2
-rw-r--r--api-ref/source/user-management.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/api-ref/source/samples/db-disable-root-user-response-json-http.txt b/api-ref/source/samples/db-disable-root-user-response-json-http.txt
index 031611ac..17632f6a 100644
--- a/api-ref/source/samples/db-disable-root-user-response-json-http.txt
+++ b/api-ref/source/samples/db-disable-root-user-response-json-http.txt
@@ -1,4 +1,4 @@
-HTTP/1.1 200 OK
+HTTP/1.1 204 No Content
Content-Type: application/json
Content-Length: 0
Date: Mon, 18 Mar 2013 19:09:17 GMT
diff --git a/api-ref/source/user-management.inc b/api-ref/source/user-management.inc
index 595c442e..d17be907 100644
--- a/api-ref/source/user-management.inc
+++ b/api-ref/source/user-management.inc
@@ -92,7 +92,7 @@ Disable root user
Disables the root user.
-Normal response codes: 202
+Normal response codes: 204
Error response codes: badRequest(400), unauthorized(401), forbidden(403),
itemNotFound(404), badMethod(405), overLimit(413), unprocessableEntity(422),