Add missing vertical bars to REST API doc markup
Their absence is messing up the formatting. Change-Id: I584f33065c70751881b1155279712a74d024b3eb
This commit is contained in:
parent
ced45dfa0b
commit
1b0f76251a
@ -2016,12 +2016,10 @@ link:#inherited-boolean-info[InheritedBooleanInfo] that tells whether a
|
||||
valid link:user-changeid.html[Change-Id] footer in any commit uploaded
|
||||
for review is required. This does not apply to commits pushed directly
|
||||
to a branch or tag.
|
||||
|`enable_signed_push`|
|
||||
optional, not set if signed push is disabled|
|
||||
|`enable_signed_push`|optional, not set if signed push is disabled|
|
||||
link:#inherited-boolean-info[InheritedBooleanInfo] that tells whether
|
||||
signed push validation is enabled on the project.
|
||||
|`require_signed_push`|
|
||||
optional, not set if signed push is disabled
|
||||
|`require_signed_push`|optional, not set if signed push is disabled|
|
||||
link:#inherited-boolean-info[InheritedBooleanInfo] that tells whether
|
||||
signed push validation is required on the project.
|
||||
|`max_object_size_limit` ||
|
||||
@ -2136,7 +2134,7 @@ is inheritable this is the effective value which is deduced from
|
||||
`configured_value` and `inherited_value`.
|
||||
|`values` |optional|
|
||||
The list of values. Only set if the `type` is `ARRAY`.
|
||||
`editable` |`false` if not set|
|
||||
|`editable` |`false` if not set|
|
||||
Whether the value is editable.
|
||||
|`permitted_values`|optional|
|
||||
The list of permitted values. Only set if the `type` is `LIST`.
|
||||
|
Loading…
Reference in New Issue
Block a user