Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/topics.md')
-rw-r--r--doc/api/topics.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/api/topics.md b/doc/api/topics.md
index 78f32fb8fa0..ee88a43ff1c 100644
--- a/doc/api/topics.md
+++ b/doc/api/topics.md
@@ -20,11 +20,12 @@ GET /topics
Supported attributes:
-| Attribute | Type | Required | Description |
-| ---------- | ------- | ---------------------- | ----------- |
-| `page` | integer | **{dotted-circle}** No | Page to retrieve. Defaults to `1`. |
-| `per_page` | integer | **{dotted-circle}** No | Number of records to return per page. Defaults to `20`. |
-| `search` | string | **{dotted-circle}** No | Search topics against their `name`. |
+| Attribute | Type | Required | Description |
+| ------------------ | ------- | ---------------------- | ----------- |
+| `page` | integer | **{dotted-circle}** No | Page to retrieve. Defaults to `1`. |
+| `per_page` | integer | **{dotted-circle}** No | Number of records to return per page. Defaults to `20`. |
+| `search` | string | **{dotted-circle}** No | Search topics against their `name`. |
+| `without_projects` | boolean | **{dotted-circle}** No | Limit results to topics without assigned projects. |
Example request: