summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiaan van Stijn <thaJeztah@users.noreply.github.com>2016-05-12 21:29:45 +0200
committerSebastiaan van Stijn <github@gone.nl>2016-05-13 01:33:08 +0200
commitb28e6b7edab3275c7714d2e4b98718dfb54a3fd0 (patch)
treeee2a2529ae24af3b0556da36562bcbc6b5fa04d9
parent785665203d4e66fffd6f6d7a162164aa96f21079 (diff)
downloaddocker-b28e6b7edab3275c7714d2e4b98718dfb54a3fd0.tar.gz
Merge pull request #22683 from npcode/docs-no-request-status
docs: Remove RequestStatusCode (cherry picked from commit 2ae863c28fdae1da9794942c90efa9f217bccd83) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
-rw-r--r--docs/extend/plugins_authorization.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/extend/plugins_authorization.md b/docs/extend/plugins_authorization.md
index 8a1352c6d2..86d3db017d 100644
--- a/docs/extend/plugins_authorization.md
+++ b/docs/extend/plugins_authorization.md
@@ -151,8 +151,7 @@ should implement the following two methods:
"RequestMethod": "The HTTP method",
"RequestURI": "The HTTP request URI",
"RequestBody": "Byte array containing the raw HTTP request body",
- "RequestHeader": "Byte array containing the raw HTTP request header as a map[string][]string ",
- "RequestStatusCode": "Request status code"
+ "RequestHeader": "Byte array containing the raw HTTP request header as a map[string][]string "
}
```
@@ -177,7 +176,6 @@ should implement the following two methods:
"RequestURI": "The HTTP request URI",
"RequestBody": "Byte array containing the raw HTTP request body",
"RequestHeader": "Byte array containing the raw HTTP request header as a map[string][]string",
- "RequestStatusCode": "Request status code",
"ResponseBody": "Byte array containing the raw HTTP response body",
"ResponseHeader": "Byte array containing the raw HTTP response header as a map[string][]string",
"ResponseStatusCode":"Response status code"