summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Egizi <begizi@google.com>2023-08-16 15:37:31 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-08-16 15:37:31 +0000
commita82332c5091c48f0973371a8b316c2091c28614d (patch)
tree23b5078f5715a7213a04f981427aa9f409ec62d8
parent0f9adaa92c82acc5042ce3bfdc36351f139aa5b1 (diff)
parentc130e667c37e9e48d1004ce4509e75659ac78748 (diff)
Merge "Correct "custom_keyed_values" in documentation"
-rw-r--r--Documentation/rest-api-changes.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/rest-api-changes.txt b/Documentation/rest-api-changes.txt
index 15783a65d6..ce736c035b 100644
--- a/Documentation/rest-api-changes.txt
+++ b/Documentation/rest-api-changes.txt
@@ -2855,14 +2855,14 @@ As response the change's hashtags are returned as a list of strings.
[[get-custom-keyed-values]]
=== Get Custom Keyed Values
--
-'GET /changes/link:#change-id[\{change-id\}]/custom-keyed-values'
+'GET /changes/link:#change-id[\{change-id\}]/custom_keyed_values'
--
Gets the custom keyed values associated with a change.
.Request
----
- GET /changes/myProject~master~I8473b95934b5732ac55d26311a706c9c2bde9940/custom-keyed-values HTTP/1.0
+ GET /changes/myProject~master~I8473b95934b5732ac55d26311a706c9c2bde9940/custom_keyed_values HTTP/1.0
----
As response the change's custom keyed values are returned as a map of strings.
@@ -2883,7 +2883,7 @@ As response the change's custom keyed values are returned as a map of strings.
[[set-custom-keyed-values]]
=== Set Custom Keyed Values
--
-'POST /changes/link:#change-id[\{change-id\}]/custom-keyed-values'
+'POST /changes/link:#change-id[\{change-id\}]/custom_keyed_values'
--
Adds and/or removes custom keyed values from a change.
@@ -2893,7 +2893,7 @@ inside a link:#custom-keyed-values-input[CustomKeyedValuesInput] entity.
.Request
----
- POST /changes/myProject~master~I8473b95934b5732ac55d26311a706c9c2bde9940/custom-keyed-values HTTP/1.0
+ POST /changes/myProject~master~I8473b95934b5732ac55d26311a706c9c2bde9940/custom_keyed_values HTTP/1.0
Content-Type: application/json; charset=UTF-8
{