Merge "Clarify the List Comments REST endpoint"
This commit is contained in:
commit
f847f88ef1
@ -2160,7 +2160,9 @@ Lists the published comments of a revision.
|
|||||||
|
|
||||||
As result a map is returned that maps the file path to a list of
|
As result a map is returned that maps the file path to a list of
|
||||||
link:#comment-info[CommentInfo] entries. The entries in the map are
|
link:#comment-info[CommentInfo] entries. The entries in the map are
|
||||||
sorted by file path.
|
sorted by file path and only include file (or inline) comments. Use
|
||||||
|
the link:#get-change-detail[Get Change Detail] endpoint to retrieve
|
||||||
|
the general change message (or comment).
|
||||||
|
|
||||||
.Request
|
.Request
|
||||||
----
|
----
|
||||||
@ -2864,7 +2866,7 @@ attached to a change.
|
|||||||
|Field Name ||Description
|
|Field Name ||Description
|
||||||
|`id` ||The ID of the message.
|
|`id` ||The ID of the message.
|
||||||
|`author` |optional|
|
|`author` |optional|
|
||||||
Author of the message as an
|
Author of the message as an
|
||||||
link:rest-api-accounts.html#account-info[AccountInfo] entity. +
|
link:rest-api-accounts.html#account-info[AccountInfo] entity. +
|
||||||
Unset if written by the Gerrit system.
|
Unset if written by the Gerrit system.
|
||||||
|`date` ||
|
|`date` ||
|
||||||
|
Loading…
x
Reference in New Issue
Block a user