Fix layout of rest-api-config

A wrong definition of a table breaks the layout of the content
following after it.

Change-Id: I0b1282bee7e7d1ddf748996192b4e3c638a3d231
This commit is contained in:
Alice Kober-Sotzek 2017-07-25 10:36:04 +02:00
parent 459ebe5838
commit e0ab11ddd9

View File

@ -1327,7 +1327,7 @@ an access check.
200 means success, 403 means denied and 404 means the project does not
exist.
|`message`|optional|A clarifying message if `status` is not 200.
=========================================
|=========================================
[[access-check-input]]
=== AccessCheckInput
@ -1340,7 +1340,7 @@ The `AccessCheckInput` entity is a tuple of (account, project) or
|`account`||The account for which to check access
|`project`||The project for which to check access
|`ref`|optional|The refname for which to check access
=========================================
|=========================================
[[auth-info]]