From c4db3b8075ab4b8bd0c6599cb19e09eb77c82946 Mon Sep 17 00:00:00 2001 From: Erik Kristensen Date: Mon, 8 Sep 2014 11:18:13 -0600 Subject: [PATCH] HTTP Status 201 not 200 The http status should be 201 not 200. Docker-DCO-1.1-Signed-off-by: Erik Kristensen (github: SvenDowideit) --- docs/sources/reference/api/hub_registry_spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/reference/api/hub_registry_spec.md b/docs/sources/reference/api/hub_registry_spec.md index e88f7c5aa1..3a4fcd1447 100644 --- a/docs/sources/reference/api/hub_registry_spec.md +++ b/docs/sources/reference/api/hub_registry_spec.md @@ -526,7 +526,7 @@ file is empty. **Valid**: - return HTTP 200 + return HTTP 201 Errors: HTTP 400 (we should create error codes for possible errors) - invalid json - missing field - wrong format (username, password, email,