From 60ea2b17ba639947c27de2a8181b8ca6e2728eba Mon Sep 17 00:00:00 2001 From: Krishnan Parthasarathi Date: Fri, 7 Apr 2017 16:08:01 +0530 Subject: [PATCH] Fix xml block syntax in admin-api Readme (#4062) --- docs/admin-api/README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/admin-api/README.md b/docs/admin-api/README.md index c8a045528..b197ab859 100644 --- a/docs/admin-api/README.md +++ b/docs/admin-api/README.md @@ -33,6 +33,7 @@ - Response: Success 200 - Possible error responses - ErrMethodNotAllowed + ```xml MethodNotAllowed The specified method is not allowed against this resource. @@ -42,7 +43,9 @@ 3L137 3L137 + ``` - ErrAdminBadCred + ```xml XMinioBadCred XMinioBadCred @@ -52,7 +55,9 @@ 3L137 3L137 + ``` - ErrInternalError + ```xml InternalError We encountered an internal error, please try again. @@ -62,6 +67,7 @@ 3L137 3L137 + ``` ### Lock Management APIs @@ -71,6 +77,7 @@ - Response: On success 200, json encoded response containing all locks held, for longer than duration. - Possible error responses - ErrInvalidBucketName + ```xml InvalidBucketName The specified bucket is not valid. @@ -80,8 +87,9 @@ 3L137 3L137 - + ``` - ErrInvalidObjectName + ```xml XMinioInvalidObjectName Object name contains unsupported characters. Unsupported characters are `^*|\" @@ -91,8 +99,10 @@ 3L137 3L137 + ``` - ErrInvalidDuration + ```xml InvalidDuration Duration provided in the request is invalid. @@ -102,6 +112,7 @@ 3L137 3L137 + ``` * ClearLocks