Fix broken layout of /access/ REST API documentation

Because of the missing |, the description of the 'groups' field ended up
in a previous column. What was worse is that the field name
'configWegLinks' was displayed as description of the 'groups' field and
its own description was omitted.

Change-Id: I8a764c845c02c73ce5bb6e1b6c2d2c6c9176d3e8
This commit is contained in:
Alice Kober-Sotzek 2018-02-12 10:55:38 +01:00
parent 49899c33c8
commit a4c07f4efa

@ -402,7 +402,7 @@ Whether the calling user can add any ref.
|`config_visible` |not set if `false`|
Whether the calling user can see the `refs/meta/config` branch of the
project.
|`groups` |A map of group UUID to
|`groups` ||A map of group UUID to
link:rest-api-groups.html#group-info[GroupInfo] objects, describing
the group UUIDs used in the `local` map. Groups that are not visible
are omitted from the `groups` map.