Merge "Fix formatting of 'web_links' fields in REST API documentation"

This commit is contained in:
David Pursehouse
2014-11-26 01:05:59 +00:00
committed by Gerrit Code Review
2 changed files with 4 additions and 4 deletions

View File

@@ -3359,7 +3359,7 @@ The `DiffFileMetaInfo` entity contains meta information about a file diff.
|`name` ||The name of the file.
|`content_type`||The content type of the file.
|`lines` ||The total number of lines in the file.
|'web_links' |optional|
|`web_links` |optional|
Links to the file in external sites as a list of
link:rest-api-changes.html#web-link-info[WebLinkInfo] entries.
|==========================
@@ -3683,7 +3683,7 @@ entities.
|`reviewed` |optional|
Indicates whether the caller is authenticated and has commented on the
current revision. Only set if link:#reviewed[REVIEWED] option is requested.
|'web_links' |optional|
|`web_links` |optional|
Links to the patch set in external sites as a list of
link:#web-link-info[WebLinkInfo] entities. Only set if
link:#web-links[WEB_LINKS] option is requested.

View File

@@ -1790,7 +1790,7 @@ The `BranchInfo` entity contains information about a branch.
|`revision` ||The revision to which the branch points.
|`can_delete`|`false` if not set|
Whether the calling user can delete this branch.
|'web_links' |optional|
|`web_links` |optional|
Links to the branch in external sites as a list of
link:rest-api-changes.html#web-link-info[WebLinkInfo] entries.
|=========================
@@ -2157,7 +2157,7 @@ is increased for each non-visible project).
|`description` |optional|The description of the project.
|`state` |optional|`ACTIVE`, `READ_ONLY` or `HIDDEN`.
|`branches` |optional|Map of branch names to HEAD revisions.
|'web_links' |optional|
|`web_links` |optional|
Links to the project in external sites as a list of
link:rest-api-changes.html#web-link-info[WebLinkInfo] entries.
|===========================