Mark message as optional in AccessCheckInfo

Change-Id: I75fb7b09cd25c0a6b64611c137b7622af1d289a8
This commit is contained in:
Han-Wen Nienhuys
2017-04-28 12:36:00 +02:00
parent d0128b0822
commit 5b83509ae2

View File

@@ -1315,11 +1315,11 @@ an access check.
[options="header",cols="1,^1,5"]
|=========================================
|Field Name |Description
|`status`|The HTTP status code for the access.
|Field Name ||Description
|`status`||The HTTP status code for the access.
200 means success, 403 means denied and 404 means the project does not
exist.
|`message`|A clarifying message if `status` is not 200.
|`message`|optional|A clarifying message if `status` is not 200.
=========================================
[[access-check-input]]