Fix "hashtags" in PolyGerrit router docs
The navigation params documentation and URL generation code were inconsistent regarding the plurality of the hashtag parameter for search. With this change, the docs are changed to be consistent with the code. Change-Id: Ia2fa0c67cb7b70c7efdeb9d13798ac3c24d49ce9
This commit is contained in:
@@ -30,7 +30,7 @@ limitations under the License.
|
||||
// - `project`, optional, String: the project name.
|
||||
// - `branch`, optional, String: the branch name.
|
||||
// - `topic`, optional, String: the topic name.
|
||||
// - `hashtags`, optional, Array<String>: the list of hashtags names.
|
||||
// - `hashtag`, optional, String: the hashtag name.
|
||||
// - `statuses`, optional, Array<String>: the list of change statuses to
|
||||
// search for. If more than one is provided, the search will OR them
|
||||
// together.
|
||||
|
||||
Reference in New Issue
Block a user