Correct 'web_links' field name in REST API documentation
Change-Id: Id3f861fc074c1dc536294183d5dd9cecf85a94c6
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
diff --git a/Documentation/rest-api-changes.txt b/Documentation/rest-api-changes.txt
index 810c5ce..c2d85b7 100644
--- a/Documentation/rest-api-changes.txt
+++ b/Documentation/rest-api-changes.txt
@@ -244,7 +244,7 @@
[[patch-set-links]]
--
-* `PATCHSET_LINKS`: include the webLinks field.
+* `PATCHSET_LINKS`: include the `web_links` field.
--
.Request
@@ -3248,7 +3248,7 @@
Actions the caller might be able to perform on this revision. The
information is a map of view name to link:#action-info[ActionInfo]
entities.
-|'webLinks' |optional|
+|'web_links' |optional|
Links to patch set in external tools as a list.
|===========================