avinal commented on a change in pull request #6389:
URL: https://github.com/apache/apisix/pull/6389#discussion_r811585631
##########
File path: docs/en/latest/how-to-build.md
##########
@@ -301,14 +309,12 @@ Content-Type: text/plain
{"node":{...},"action":"get"}
```
-At this point, if the key you enter does not match the value of
`apisix.admin_key` in `conf/config.yaml`, for example, we know that the correct
key is `abcdefghabcdefgh`, but we enter an incorrect key, such as `wrong-key`,
as shown below.
+If the key you enter does not match the value of `apisix.admin_key` in
`conf/config.yaml`, a response with a status code 401 will indicate that the
access failed.
Review comment:
```suggestion
If the key you entered does not match the value of `apisix.admin_key` in
`conf/config.yaml`, a response with a status code 401 will indicate that the
access failed.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]