summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNasser Grainawi <nasser@codeaurora.org>2021-09-22 19:44:39 -0600
committerNasser Grainawi <nasser@codeaurora.org>2021-09-22 19:44:39 -0600
commitf7059c79c57b713d353755eff3193928c0c8ab5f (patch)
treef35d20497c7f473f7316f22c4693c06b4b48dfca
parent18daafc326f2c59577d5815917b13a29900ada3e (diff)
rest-api-projects: Fix typo referring to /groups/
This looks like a bad copy/paste from the groups api docs. Change-Id: I96260e35cdb71804dcd8bb5c1a8e463e938cf9cc
-rw-r--r--Documentation/rest-api-projects.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/rest-api-projects.txt b/Documentation/rest-api-projects.txt
index de2c550fc5..7bb8084531 100644
--- a/Documentation/rest-api-projects.txt
+++ b/Documentation/rest-api-projects.txt
@@ -421,11 +421,11 @@ Query the first 25 projects in project list.
----
The `/projects/` URL also accepts a start integer in the `start`
-parameter. The results will skip `start` groups from project list.
+parameter. The results will skip `start` projects from project list.
Query 25 projects starting from index 50.
----
- GET /groups/?query=<query>&limit=25&start=50 HTTP/1.0
+ GET /projects/?query=<query>&limit=25&start=50 HTTP/1.0
----
[[project-query-options]]