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