- | acknowledge_check_in |
+ Acknowledge check-in |
POST |
mutation |
/api/external/v1/projects/acknowledge_check_in |
- | close |
+ Close |
POST |
mutation |
/api/external/v1/projects/close |
- | count_children |
+ Count children |
GET |
query |
/api/external/v1/projects/count_children |
- | create |
+ Create |
POST |
mutation |
/api/external/v1/projects/create |
- | create_check_in |
+ Create check-in |
POST |
mutation |
/api/external/v1/projects/create_check_in |
- | create_contributor |
+ Create contributor |
POST |
mutation |
/api/external/v1/projects/create_contributor |
- | create_contributors |
+ Create contributors |
POST |
mutation |
/api/external/v1/projects/create_contributors |
- | create_discussion |
+ Create discussion |
POST |
mutation |
/api/external/v1/projects/create_discussion |
- | create_key_resource |
+ Create key resource |
POST |
mutation |
/api/external/v1/projects/create_key_resource |
- | create_milestone |
+ Create milestone |
POST |
mutation |
/api/external/v1/projects/create_milestone |
- | create_milestone_comment |
+ Create milestone comment |
POST |
mutation |
/api/external/v1/projects/create_milestone_comment |
- | delete |
+ Delete |
POST |
mutation |
/api/external/v1/projects/delete |
- | delete_contributor |
+ Delete contributor |
POST |
mutation |
/api/external/v1/projects/delete_contributor |
- | delete_key_resource |
+ Delete key resource |
POST |
mutation |
/api/external/v1/projects/delete_key_resource |
- | delete_milestone |
+ Delete milestone |
POST |
mutation |
/api/external/v1/projects/delete_milestone |
- | get |
+ Get |
GET |
query |
/api/external/v1/projects/get |
- | get_check_in |
+ Get check-in |
GET |
query |
/api/external/v1/projects/get_check_in |
- | get_contributor |
+ Get contributor |
GET |
query |
/api/external/v1/projects/get_contributor |
- | get_discussion |
+ Get discussion |
GET |
query |
/api/external/v1/projects/get_discussion |
- | get_key_resource |
+ Get key resource |
GET |
query |
/api/external/v1/projects/get_key_resource |
- | get_milestone |
+ Get milestone |
GET |
query |
/api/external/v1/projects/get_milestone |
- | get_retrospective |
+ Get retrospective |
GET |
query |
/api/external/v1/projects/get_retrospective |
- | list |
+ List |
GET |
query |
/api/external/v1/projects/list |
- | list_check_ins |
+ List check-ins |
GET |
query |
/api/external/v1/projects/list_check_ins |
- | list_contributors |
+ List contributors |
GET |
query |
/api/external/v1/projects/list_contributors |
- | list_discussions |
+ List discussions |
GET |
query |
/api/external/v1/projects/list_discussions |
- | list_milestone_tasks |
+ List milestone tasks |
GET |
query |
/api/external/v1/projects/list_milestone_tasks |
- | list_milestones |
+ List milestones |
GET |
query |
/api/external/v1/projects/list_milestones |
- | move_to_space |
+ Move to space |
POST |
mutation |
/api/external/v1/projects/move_to_space |
- | pause |
+ Pause |
POST |
mutation |
/api/external/v1/projects/pause |
- | resume |
+ Resume |
POST |
mutation |
/api/external/v1/projects/resume |
- | search |
+ Search |
GET |
query |
/api/external/v1/projects/search |
- | search_parent_goal |
+ Search parent goal |
GET |
query |
/api/external/v1/projects/search_parent_goal |
- | search_potential_contributors |
+ Search potential contributors |
GET |
query |
/api/external/v1/projects/search_potential_contributors |
- | update_champion |
+ Update champion |
POST |
mutation |
/api/external/v1/projects/update_champion |
- | update_check_in |
+ Update check-in |
POST |
mutation |
/api/external/v1/projects/update_check_in |
- | update_contributor |
+ Update contributor |
POST |
mutation |
/api/external/v1/projects/update_contributor |
- | update_description |
+ Update description |
POST |
mutation |
/api/external/v1/projects/update_description |
- | update_discussion |
+ Update discussion |
POST |
mutation |
/api/external/v1/projects/update_discussion |
- | update_due_date |
+ Update due date |
POST |
mutation |
/api/external/v1/projects/update_due_date |
- | update_key_resource |
+ Update key resource |
POST |
mutation |
/api/external/v1/projects/update_key_resource |
- | update_milestone |
+ Update milestone |
POST |
mutation |
/api/external/v1/projects/update_milestone |
- | update_milestone_description |
+ Update milestone description |
POST |
mutation |
/api/external/v1/projects/update_milestone_description |
- | update_milestone_due_date |
+ Update milestone due date |
POST |
mutation |
/api/external/v1/projects/update_milestone_due_date |
- | update_milestone_kanban |
+ Update milestone kanban |
POST |
mutation |
/api/external/v1/projects/update_milestone_kanban |
- | update_milestone_ordering |
+ Update milestone ordering |
POST |
mutation |
/api/external/v1/projects/update_milestone_ordering |
- | update_milestone_title |
+ Update milestone title |
POST |
mutation |
/api/external/v1/projects/update_milestone_title |
- | update_name |
+ Update name |
POST |
mutation |
/api/external/v1/projects/update_name |
- | update_parent_goal |
+ Update parent goal |
POST |
mutation |
/api/external/v1/projects/update_parent_goal |
- | update_permissions |
+ Update permissions |
POST |
mutation |
/api/external/v1/projects/update_permissions |
- | update_retrospective |
+ Update retrospective |
POST |
mutation |
/api/external/v1/projects/update_retrospective |
- | update_reviewer |
+ Update reviewer |
POST |
mutation |
/api/external/v1/projects/update_reviewer |
- | update_start_date |
+ Update start date |
POST |
mutation |
/api/external/v1/projects/update_start_date |
- | update_task_statuses |
+ Update task statuses |
POST |
mutation |
/api/external/v1/projects/update_task_statuses |
diff --git a/src/content/docs/help/api/projects/list.mdx b/src/content/docs/help/api/projects/list.mdx
index a41ccd5..f8c6287 100644
--- a/src/content/docs/help/api/projects/list.mdx
+++ b/src/content/docs/help/api/projects/list.mdx
@@ -1,6 +1,6 @@
---
-title: "list"
-description: "Generated reference for the query endpoint projects/list."
+title: "Projects API: List"
+description: "Reference for the list query in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/list_check_ins.mdx b/src/content/docs/help/api/projects/list_check_ins.mdx
index 08598c4..588b296 100644
--- a/src/content/docs/help/api/projects/list_check_ins.mdx
+++ b/src/content/docs/help/api/projects/list_check_ins.mdx
@@ -1,6 +1,6 @@
---
-title: "list_check_ins"
-description: "Generated reference for the query endpoint projects/list_check_ins."
+title: "Projects API: List check-ins"
+description: "Reference for the list check-ins query in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/list_contributors.mdx b/src/content/docs/help/api/projects/list_contributors.mdx
index 1294824..26fced2 100644
--- a/src/content/docs/help/api/projects/list_contributors.mdx
+++ b/src/content/docs/help/api/projects/list_contributors.mdx
@@ -1,6 +1,6 @@
---
-title: "list_contributors"
-description: "Generated reference for the query endpoint projects/list_contributors."
+title: "Projects API: List contributors"
+description: "Reference for the list contributors query in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/list_discussions.mdx b/src/content/docs/help/api/projects/list_discussions.mdx
index 37142df..ab852e1 100644
--- a/src/content/docs/help/api/projects/list_discussions.mdx
+++ b/src/content/docs/help/api/projects/list_discussions.mdx
@@ -1,6 +1,6 @@
---
-title: "list_discussions"
-description: "Generated reference for the query endpoint projects/list_discussions."
+title: "Projects API: List discussions"
+description: "Reference for the list discussions query in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/list_milestone_tasks.mdx b/src/content/docs/help/api/projects/list_milestone_tasks.mdx
index 0ca3a88..a607904 100644
--- a/src/content/docs/help/api/projects/list_milestone_tasks.mdx
+++ b/src/content/docs/help/api/projects/list_milestone_tasks.mdx
@@ -1,6 +1,6 @@
---
-title: "list_milestone_tasks"
-description: "Generated reference for the query endpoint projects/list_milestone_tasks."
+title: "Projects API: List milestone tasks"
+description: "Reference for the list milestone tasks query in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/list_milestones.mdx b/src/content/docs/help/api/projects/list_milestones.mdx
index 2ce1e4d..fae1fd2 100644
--- a/src/content/docs/help/api/projects/list_milestones.mdx
+++ b/src/content/docs/help/api/projects/list_milestones.mdx
@@ -1,6 +1,6 @@
---
-title: "list_milestones"
-description: "Generated reference for the query endpoint projects/list_milestones."
+title: "Projects API: List milestones"
+description: "Reference for the list milestones query in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/move_to_space.mdx b/src/content/docs/help/api/projects/move_to_space.mdx
index 1120604..9e4a490 100644
--- a/src/content/docs/help/api/projects/move_to_space.mdx
+++ b/src/content/docs/help/api/projects/move_to_space.mdx
@@ -1,6 +1,6 @@
---
-title: "move_to_space"
-description: "Generated reference for the mutation endpoint projects/move_to_space."
+title: "Projects API: Move to space"
+description: "Reference for the move to space mutation in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/pause.mdx b/src/content/docs/help/api/projects/pause.mdx
index c11efe4..38171c9 100644
--- a/src/content/docs/help/api/projects/pause.mdx
+++ b/src/content/docs/help/api/projects/pause.mdx
@@ -1,6 +1,6 @@
---
-title: "pause"
-description: "Generated reference for the mutation endpoint projects/pause."
+title: "Projects API: Pause"
+description: "Reference for the pause mutation in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/resume.mdx b/src/content/docs/help/api/projects/resume.mdx
index f44acb4..b3dbde6 100644
--- a/src/content/docs/help/api/projects/resume.mdx
+++ b/src/content/docs/help/api/projects/resume.mdx
@@ -1,6 +1,6 @@
---
-title: "resume"
-description: "Generated reference for the mutation endpoint projects/resume."
+title: "Projects API: Resume"
+description: "Reference for the resume mutation in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/search.mdx b/src/content/docs/help/api/projects/search.mdx
index 00e7234..683cf26 100644
--- a/src/content/docs/help/api/projects/search.mdx
+++ b/src/content/docs/help/api/projects/search.mdx
@@ -1,6 +1,6 @@
---
-title: "search"
-description: "Generated reference for the query endpoint projects/search."
+title: "Projects API: Search"
+description: "Reference for the search query in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/search_parent_goal.mdx b/src/content/docs/help/api/projects/search_parent_goal.mdx
index 5dcb80f..e72a701 100644
--- a/src/content/docs/help/api/projects/search_parent_goal.mdx
+++ b/src/content/docs/help/api/projects/search_parent_goal.mdx
@@ -1,6 +1,6 @@
---
-title: "search_parent_goal"
-description: "Generated reference for the query endpoint projects/search_parent_goal."
+title: "Projects API: Search parent goal"
+description: "Reference for the search parent goal query in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/search_potential_contributors.mdx b/src/content/docs/help/api/projects/search_potential_contributors.mdx
index bea2eb8..556e29e 100644
--- a/src/content/docs/help/api/projects/search_potential_contributors.mdx
+++ b/src/content/docs/help/api/projects/search_potential_contributors.mdx
@@ -1,6 +1,6 @@
---
-title: "search_potential_contributors"
-description: "Generated reference for the query endpoint projects/search_potential_contributors."
+title: "Projects API: Search potential contributors"
+description: "Reference for the search potential contributors query in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/update_champion.mdx b/src/content/docs/help/api/projects/update_champion.mdx
index c461ddc..b6c3523 100644
--- a/src/content/docs/help/api/projects/update_champion.mdx
+++ b/src/content/docs/help/api/projects/update_champion.mdx
@@ -1,6 +1,6 @@
---
-title: "update_champion"
-description: "Generated reference for the mutation endpoint projects/update_champion."
+title: "Projects API: Update champion"
+description: "Reference for the update champion mutation in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/update_check_in.mdx b/src/content/docs/help/api/projects/update_check_in.mdx
index 006cff5..0fdf43a 100644
--- a/src/content/docs/help/api/projects/update_check_in.mdx
+++ b/src/content/docs/help/api/projects/update_check_in.mdx
@@ -1,6 +1,6 @@
---
-title: "update_check_in"
-description: "Generated reference for the mutation endpoint projects/update_check_in."
+title: "Projects API: Update check-in"
+description: "Reference for the update check-in mutation in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/update_contributor.mdx b/src/content/docs/help/api/projects/update_contributor.mdx
index 048d9fd..d1dcf26 100644
--- a/src/content/docs/help/api/projects/update_contributor.mdx
+++ b/src/content/docs/help/api/projects/update_contributor.mdx
@@ -1,6 +1,6 @@
---
-title: "update_contributor"
-description: "Generated reference for the mutation endpoint projects/update_contributor."
+title: "Projects API: Update contributor"
+description: "Reference for the update contributor mutation in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/update_description.mdx b/src/content/docs/help/api/projects/update_description.mdx
index 7de1a1b..50222d1 100644
--- a/src/content/docs/help/api/projects/update_description.mdx
+++ b/src/content/docs/help/api/projects/update_description.mdx
@@ -1,6 +1,6 @@
---
-title: "update_description"
-description: "Generated reference for the mutation endpoint projects/update_description."
+title: "Projects API: Update description"
+description: "Reference for the update description mutation in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/update_discussion.mdx b/src/content/docs/help/api/projects/update_discussion.mdx
index a9d06da..ec86b87 100644
--- a/src/content/docs/help/api/projects/update_discussion.mdx
+++ b/src/content/docs/help/api/projects/update_discussion.mdx
@@ -1,6 +1,6 @@
---
-title: "update_discussion"
-description: "Generated reference for the mutation endpoint projects/update_discussion."
+title: "Projects API: Update discussion"
+description: "Reference for the update discussion mutation in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/update_due_date.mdx b/src/content/docs/help/api/projects/update_due_date.mdx
index 34a3b7d..47fa466 100644
--- a/src/content/docs/help/api/projects/update_due_date.mdx
+++ b/src/content/docs/help/api/projects/update_due_date.mdx
@@ -1,6 +1,6 @@
---
-title: "update_due_date"
-description: "Generated reference for the mutation endpoint projects/update_due_date."
+title: "Projects API: Update due date"
+description: "Reference for the update due date mutation in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/update_key_resource.mdx b/src/content/docs/help/api/projects/update_key_resource.mdx
index c849e81..52e12de 100644
--- a/src/content/docs/help/api/projects/update_key_resource.mdx
+++ b/src/content/docs/help/api/projects/update_key_resource.mdx
@@ -1,6 +1,6 @@
---
-title: "update_key_resource"
-description: "Generated reference for the mutation endpoint projects/update_key_resource."
+title: "Projects API: Update key resource"
+description: "Reference for the update key resource mutation in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/update_milestone.mdx b/src/content/docs/help/api/projects/update_milestone.mdx
index f693605..52b1c3c 100644
--- a/src/content/docs/help/api/projects/update_milestone.mdx
+++ b/src/content/docs/help/api/projects/update_milestone.mdx
@@ -1,6 +1,6 @@
---
-title: "update_milestone"
-description: "Generated reference for the mutation endpoint projects/update_milestone."
+title: "Projects API: Update milestone"
+description: "Reference for the update milestone mutation in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/update_milestone_description.mdx b/src/content/docs/help/api/projects/update_milestone_description.mdx
index d1a3290..c79ccfb 100644
--- a/src/content/docs/help/api/projects/update_milestone_description.mdx
+++ b/src/content/docs/help/api/projects/update_milestone_description.mdx
@@ -1,6 +1,6 @@
---
-title: "update_milestone_description"
-description: "Generated reference for the mutation endpoint projects/update_milestone_description."
+title: "Projects API: Update milestone description"
+description: "Reference for the update milestone description mutation in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/update_milestone_due_date.mdx b/src/content/docs/help/api/projects/update_milestone_due_date.mdx
index e69d837..12a79d4 100644
--- a/src/content/docs/help/api/projects/update_milestone_due_date.mdx
+++ b/src/content/docs/help/api/projects/update_milestone_due_date.mdx
@@ -1,6 +1,6 @@
---
-title: "update_milestone_due_date"
-description: "Generated reference for the mutation endpoint projects/update_milestone_due_date."
+title: "Projects API: Update milestone due date"
+description: "Reference for the update milestone due date mutation in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/update_milestone_kanban.mdx b/src/content/docs/help/api/projects/update_milestone_kanban.mdx
index ddb4e84..c17609e 100644
--- a/src/content/docs/help/api/projects/update_milestone_kanban.mdx
+++ b/src/content/docs/help/api/projects/update_milestone_kanban.mdx
@@ -1,6 +1,6 @@
---
-title: "update_milestone_kanban"
-description: "Generated reference for the mutation endpoint projects/update_milestone_kanban."
+title: "Projects API: Update milestone kanban"
+description: "Reference for the update milestone kanban mutation in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/update_milestone_ordering.mdx b/src/content/docs/help/api/projects/update_milestone_ordering.mdx
index 5453158..051b7b2 100644
--- a/src/content/docs/help/api/projects/update_milestone_ordering.mdx
+++ b/src/content/docs/help/api/projects/update_milestone_ordering.mdx
@@ -1,6 +1,6 @@
---
-title: "update_milestone_ordering"
-description: "Generated reference for the mutation endpoint projects/update_milestone_ordering."
+title: "Projects API: Update milestone ordering"
+description: "Reference for the update milestone ordering mutation in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/update_milestone_title.mdx b/src/content/docs/help/api/projects/update_milestone_title.mdx
index 2ff94c5..4f26b6a 100644
--- a/src/content/docs/help/api/projects/update_milestone_title.mdx
+++ b/src/content/docs/help/api/projects/update_milestone_title.mdx
@@ -1,6 +1,6 @@
---
-title: "update_milestone_title"
-description: "Generated reference for the mutation endpoint projects/update_milestone_title."
+title: "Projects API: Update milestone title"
+description: "Reference for the update milestone title mutation in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/update_name.mdx b/src/content/docs/help/api/projects/update_name.mdx
index 13eabe0..e3f7d18 100644
--- a/src/content/docs/help/api/projects/update_name.mdx
+++ b/src/content/docs/help/api/projects/update_name.mdx
@@ -1,6 +1,6 @@
---
-title: "update_name"
-description: "Generated reference for the mutation endpoint projects/update_name."
+title: "Projects API: Update name"
+description: "Reference for the update name mutation in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/update_parent_goal.mdx b/src/content/docs/help/api/projects/update_parent_goal.mdx
index f98188c..9c6109c 100644
--- a/src/content/docs/help/api/projects/update_parent_goal.mdx
+++ b/src/content/docs/help/api/projects/update_parent_goal.mdx
@@ -1,6 +1,6 @@
---
-title: "update_parent_goal"
-description: "Generated reference for the mutation endpoint projects/update_parent_goal."
+title: "Projects API: Update parent goal"
+description: "Reference for the update parent goal mutation in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/update_permissions.mdx b/src/content/docs/help/api/projects/update_permissions.mdx
index 663dce4..717e263 100644
--- a/src/content/docs/help/api/projects/update_permissions.mdx
+++ b/src/content/docs/help/api/projects/update_permissions.mdx
@@ -1,6 +1,6 @@
---
-title: "update_permissions"
-description: "Generated reference for the mutation endpoint projects/update_permissions."
+title: "Projects API: Update permissions"
+description: "Reference for the update permissions mutation in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/update_retrospective.mdx b/src/content/docs/help/api/projects/update_retrospective.mdx
index e8dcb88..b962c9f 100644
--- a/src/content/docs/help/api/projects/update_retrospective.mdx
+++ b/src/content/docs/help/api/projects/update_retrospective.mdx
@@ -1,6 +1,6 @@
---
-title: "update_retrospective"
-description: "Generated reference for the mutation endpoint projects/update_retrospective."
+title: "Projects API: Update retrospective"
+description: "Reference for the update retrospective mutation in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/update_reviewer.mdx b/src/content/docs/help/api/projects/update_reviewer.mdx
index 974cd24..3031eae 100644
--- a/src/content/docs/help/api/projects/update_reviewer.mdx
+++ b/src/content/docs/help/api/projects/update_reviewer.mdx
@@ -1,6 +1,6 @@
---
-title: "update_reviewer"
-description: "Generated reference for the mutation endpoint projects/update_reviewer."
+title: "Projects API: Update reviewer"
+description: "Reference for the update reviewer mutation in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/update_start_date.mdx b/src/content/docs/help/api/projects/update_start_date.mdx
index 22e96bb..c25668f 100644
--- a/src/content/docs/help/api/projects/update_start_date.mdx
+++ b/src/content/docs/help/api/projects/update_start_date.mdx
@@ -1,6 +1,6 @@
---
-title: "update_start_date"
-description: "Generated reference for the mutation endpoint projects/update_start_date."
+title: "Projects API: Update start date"
+description: "Reference for the update start date mutation in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/projects/update_task_statuses.mdx b/src/content/docs/help/api/projects/update_task_statuses.mdx
index 0db0d17..4da6296 100644
--- a/src/content/docs/help/api/projects/update_task_statuses.mdx
+++ b/src/content/docs/help/api/projects/update_task_statuses.mdx
@@ -1,6 +1,6 @@
---
-title: "update_task_statuses"
-description: "Generated reference for the mutation endpoint projects/update_task_statuses."
+title: "Projects API: Update task statuses"
+description: "Reference for the update task statuses mutation in the Projects API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/reactions/create.mdx b/src/content/docs/help/api/reactions/create.mdx
index 17709ce..139c60a 100644
--- a/src/content/docs/help/api/reactions/create.mdx
+++ b/src/content/docs/help/api/reactions/create.mdx
@@ -1,6 +1,6 @@
---
-title: "create"
-description: "Generated reference for the mutation endpoint reactions/create."
+title: "Reactions API: Create"
+description: "Reference for the create mutation in the Reactions API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/reactions/delete.mdx b/src/content/docs/help/api/reactions/delete.mdx
index 0f9d2f2..7b27b30 100644
--- a/src/content/docs/help/api/reactions/delete.mdx
+++ b/src/content/docs/help/api/reactions/delete.mdx
@@ -1,6 +1,6 @@
---
-title: "delete"
-description: "Generated reference for the mutation endpoint reactions/delete."
+title: "Reactions API: Delete"
+description: "Reference for the delete mutation in the Reactions API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/reactions/index.mdx b/src/content/docs/help/api/reactions/index.mdx
index d0edbf6..c58460f 100644
--- a/src/content/docs/help/api/reactions/index.mdx
+++ b/src/content/docs/help/api/reactions/index.mdx
@@ -1,6 +1,6 @@
---
-title: API Reactions
-description: Generated endpoint reference for the Reactions namespace.
+title: "Reactions API"
+description: "Endpoint reference for reactions in the Operately API."
---
Add or remove emoji reactions to content
@@ -18,14 +18,14 @@ Add or remove emoji reactions to content
- | add_members |
+ Add members |
POST |
mutation |
/api/external/v1/spaces/add_members |
- | archive_discussion |
+ Archive discussion |
POST |
mutation |
/api/external/v1/spaces/archive_discussion |
- | count_by_access_level |
+ Count by access level |
GET |
query |
/api/external/v1/spaces/count_by_access_level |
- | create |
+ Create |
POST |
mutation |
/api/external/v1/spaces/create |
- | create_discussion |
+ Create discussion |
POST |
mutation |
/api/external/v1/spaces/create_discussion |
- | delete |
+ Delete |
POST |
mutation |
/api/external/v1/spaces/delete |
- | delete_member |
+ Delete member |
POST |
mutation |
/api/external/v1/spaces/delete_member |
- | get |
+ Get |
GET |
query |
/api/external/v1/spaces/get |
- | get_discussion |
+ Get discussion |
GET |
query |
/api/external/v1/spaces/get_discussion |
- | join |
+ Join |
POST |
mutation |
/api/external/v1/spaces/join |
- | list |
+ List |
GET |
query |
/api/external/v1/spaces/list |
- | list_discussions |
+ List discussions |
GET |
query |
/api/external/v1/spaces/list_discussions |
- | list_members |
+ List members |
GET |
query |
/api/external/v1/spaces/list_members |
- | list_tasks |
+ List tasks |
GET |
query |
/api/external/v1/spaces/list_tasks |
- | list_tools |
+ List tools |
GET |
query |
/api/external/v1/spaces/list_tools |
- | publish_discussion |
+ Publish discussion |
POST |
mutation |
/api/external/v1/spaces/publish_discussion |
- | search |
+ Search |
GET |
query |
/api/external/v1/spaces/search |
- | search_potential_members |
+ Search potential members |
GET |
query |
/api/external/v1/spaces/search_potential_members |
- | update |
+ Update |
POST |
mutation |
/api/external/v1/spaces/update |
- | update_discussion |
+ Update discussion |
POST |
mutation |
/api/external/v1/spaces/update_discussion |
- | update_members_permissions |
+ Update members permissions |
POST |
mutation |
/api/external/v1/spaces/update_members_permissions |
- | update_permissions |
+ Update permissions |
POST |
mutation |
/api/external/v1/spaces/update_permissions |
- | update_task_statuses |
+ Update task statuses |
POST |
mutation |
/api/external/v1/spaces/update_task_statuses |
- | update_tools |
+ Update tools |
POST |
mutation |
/api/external/v1/spaces/update_tools |
diff --git a/src/content/docs/help/api/spaces/join.mdx b/src/content/docs/help/api/spaces/join.mdx
index 4862b91..af66973 100644
--- a/src/content/docs/help/api/spaces/join.mdx
+++ b/src/content/docs/help/api/spaces/join.mdx
@@ -1,6 +1,6 @@
---
-title: "join"
-description: "Generated reference for the mutation endpoint spaces/join."
+title: "Spaces API: Join"
+description: "Reference for the join mutation in the Spaces API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/spaces/list.mdx b/src/content/docs/help/api/spaces/list.mdx
index b8f292a..d1c2fc1 100644
--- a/src/content/docs/help/api/spaces/list.mdx
+++ b/src/content/docs/help/api/spaces/list.mdx
@@ -1,6 +1,6 @@
---
-title: "list"
-description: "Generated reference for the query endpoint spaces/list."
+title: "Spaces API: List"
+description: "Reference for the list query in the Spaces API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/spaces/list_discussions.mdx b/src/content/docs/help/api/spaces/list_discussions.mdx
index e497fcb..9237879 100644
--- a/src/content/docs/help/api/spaces/list_discussions.mdx
+++ b/src/content/docs/help/api/spaces/list_discussions.mdx
@@ -1,6 +1,6 @@
---
-title: "list_discussions"
-description: "Generated reference for the query endpoint spaces/list_discussions."
+title: "Spaces API: List discussions"
+description: "Reference for the list discussions query in the Spaces API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/spaces/list_members.mdx b/src/content/docs/help/api/spaces/list_members.mdx
index d76db16..91d5ae9 100644
--- a/src/content/docs/help/api/spaces/list_members.mdx
+++ b/src/content/docs/help/api/spaces/list_members.mdx
@@ -1,6 +1,6 @@
---
-title: "list_members"
-description: "Generated reference for the query endpoint spaces/list_members."
+title: "Spaces API: List members"
+description: "Reference for the list members query in the Spaces API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/spaces/list_tasks.mdx b/src/content/docs/help/api/spaces/list_tasks.mdx
index c715037..db0e9f6 100644
--- a/src/content/docs/help/api/spaces/list_tasks.mdx
+++ b/src/content/docs/help/api/spaces/list_tasks.mdx
@@ -1,6 +1,6 @@
---
-title: "list_tasks"
-description: "Generated reference for the query endpoint spaces/list_tasks."
+title: "Spaces API: List tasks"
+description: "Reference for the list tasks query in the Spaces API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/spaces/list_tools.mdx b/src/content/docs/help/api/spaces/list_tools.mdx
index 8a16aa0..f2356d9 100644
--- a/src/content/docs/help/api/spaces/list_tools.mdx
+++ b/src/content/docs/help/api/spaces/list_tools.mdx
@@ -1,6 +1,6 @@
---
-title: "list_tools"
-description: "Generated reference for the query endpoint spaces/list_tools."
+title: "Spaces API: List tools"
+description: "Reference for the list tools query in the Spaces API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/spaces/publish_discussion.mdx b/src/content/docs/help/api/spaces/publish_discussion.mdx
index ecbecbd..9e26156 100644
--- a/src/content/docs/help/api/spaces/publish_discussion.mdx
+++ b/src/content/docs/help/api/spaces/publish_discussion.mdx
@@ -1,6 +1,6 @@
---
-title: "publish_discussion"
-description: "Generated reference for the mutation endpoint spaces/publish_discussion."
+title: "Spaces API: Publish discussion"
+description: "Reference for the publish discussion mutation in the Spaces API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/spaces/search.mdx b/src/content/docs/help/api/spaces/search.mdx
index 275ad9a..3d02761 100644
--- a/src/content/docs/help/api/spaces/search.mdx
+++ b/src/content/docs/help/api/spaces/search.mdx
@@ -1,6 +1,6 @@
---
-title: "search"
-description: "Generated reference for the query endpoint spaces/search."
+title: "Spaces API: Search"
+description: "Reference for the search query in the Spaces API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/spaces/search_potential_members.mdx b/src/content/docs/help/api/spaces/search_potential_members.mdx
index cab2ad6..4e35e3e 100644
--- a/src/content/docs/help/api/spaces/search_potential_members.mdx
+++ b/src/content/docs/help/api/spaces/search_potential_members.mdx
@@ -1,6 +1,6 @@
---
-title: "search_potential_members"
-description: "Generated reference for the query endpoint spaces/search_potential_members."
+title: "Spaces API: Search potential members"
+description: "Reference for the search potential members query in the Spaces API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/spaces/update.mdx b/src/content/docs/help/api/spaces/update.mdx
index cacfcf4..852670d 100644
--- a/src/content/docs/help/api/spaces/update.mdx
+++ b/src/content/docs/help/api/spaces/update.mdx
@@ -1,6 +1,6 @@
---
-title: "update"
-description: "Generated reference for the mutation endpoint spaces/update."
+title: "Spaces API: Update"
+description: "Reference for the update mutation in the Spaces API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/spaces/update_discussion.mdx b/src/content/docs/help/api/spaces/update_discussion.mdx
index c5779c2..dd8f87d 100644
--- a/src/content/docs/help/api/spaces/update_discussion.mdx
+++ b/src/content/docs/help/api/spaces/update_discussion.mdx
@@ -1,6 +1,6 @@
---
-title: "update_discussion"
-description: "Generated reference for the mutation endpoint spaces/update_discussion."
+title: "Spaces API: Update discussion"
+description: "Reference for the update discussion mutation in the Spaces API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/spaces/update_members_permissions.mdx b/src/content/docs/help/api/spaces/update_members_permissions.mdx
index cf0075b..7a6e2cf 100644
--- a/src/content/docs/help/api/spaces/update_members_permissions.mdx
+++ b/src/content/docs/help/api/spaces/update_members_permissions.mdx
@@ -1,6 +1,6 @@
---
-title: "update_members_permissions"
-description: "Generated reference for the mutation endpoint spaces/update_members_permissions."
+title: "Spaces API: Update members permissions"
+description: "Reference for the update members permissions mutation in the Spaces API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/spaces/update_permissions.mdx b/src/content/docs/help/api/spaces/update_permissions.mdx
index 6a4667d..f88ce3e 100644
--- a/src/content/docs/help/api/spaces/update_permissions.mdx
+++ b/src/content/docs/help/api/spaces/update_permissions.mdx
@@ -1,6 +1,6 @@
---
-title: "update_permissions"
-description: "Generated reference for the mutation endpoint spaces/update_permissions."
+title: "Spaces API: Update permissions"
+description: "Reference for the update permissions mutation in the Spaces API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/spaces/update_task_statuses.mdx b/src/content/docs/help/api/spaces/update_task_statuses.mdx
index 5cf592d..cf33150 100644
--- a/src/content/docs/help/api/spaces/update_task_statuses.mdx
+++ b/src/content/docs/help/api/spaces/update_task_statuses.mdx
@@ -1,6 +1,6 @@
---
-title: "update_task_statuses"
-description: "Generated reference for the mutation endpoint spaces/update_task_statuses."
+title: "Spaces API: Update task statuses"
+description: "Reference for the update task statuses mutation in the Spaces API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/spaces/update_tools.mdx b/src/content/docs/help/api/spaces/update_tools.mdx
index b29ede8..88e115f 100644
--- a/src/content/docs/help/api/spaces/update_tools.mdx
+++ b/src/content/docs/help/api/spaces/update_tools.mdx
@@ -1,6 +1,6 @@
---
-title: "update_tools"
-description: "Generated reference for the mutation endpoint spaces/update_tools."
+title: "Spaces API: Update tools"
+description: "Reference for the update tools mutation in the Spaces API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/tasks/create.mdx b/src/content/docs/help/api/tasks/create.mdx
index dfb34d1..5719642 100644
--- a/src/content/docs/help/api/tasks/create.mdx
+++ b/src/content/docs/help/api/tasks/create.mdx
@@ -1,6 +1,6 @@
---
-title: "create"
-description: "Generated reference for the mutation endpoint tasks/create."
+title: "Tasks API: Create"
+description: "Reference for the create mutation in the Tasks API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/tasks/delete.mdx b/src/content/docs/help/api/tasks/delete.mdx
index 47a57c4..d0c2fcc 100644
--- a/src/content/docs/help/api/tasks/delete.mdx
+++ b/src/content/docs/help/api/tasks/delete.mdx
@@ -1,6 +1,6 @@
---
-title: "delete"
-description: "Generated reference for the mutation endpoint tasks/delete."
+title: "Tasks API: Delete"
+description: "Reference for the delete mutation in the Tasks API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/tasks/get.mdx b/src/content/docs/help/api/tasks/get.mdx
index 33e55a9..f579951 100644
--- a/src/content/docs/help/api/tasks/get.mdx
+++ b/src/content/docs/help/api/tasks/get.mdx
@@ -1,6 +1,6 @@
---
-title: "get"
-description: "Generated reference for the query endpoint tasks/get."
+title: "Tasks API: Get"
+description: "Reference for the get query in the Tasks API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/tasks/index.mdx b/src/content/docs/help/api/tasks/index.mdx
index 5bed1d5..2ceeb75 100644
--- a/src/content/docs/help/api/tasks/index.mdx
+++ b/src/content/docs/help/api/tasks/index.mdx
@@ -1,6 +1,6 @@
---
-title: API Tasks
-description: Generated endpoint reference for the Tasks namespace.
+title: "Tasks API"
+description: "Endpoint reference for tasks in the Operately API."
---
Get, list, create and manage tasks across projects and spaces
@@ -18,91 +18,91 @@ Get, list, create and manage tasks across projects and spaces
- | create |
+ Create |
POST |
mutation |
/api/external/v1/tasks/create |
- | delete |
+ Delete |
POST |
mutation |
/api/external/v1/tasks/delete |
- | get |
+ Get |
GET |
query |
/api/external/v1/tasks/get |
- | list |
+ List |
GET |
query |
/api/external/v1/tasks/list |
- | list_potential_assignees |
+ List potential assignees |
GET |
query |
/api/external/v1/tasks/list_potential_assignees |
- | move |
+ Move |
POST |
mutation |
/api/external/v1/tasks/move |
- | update_assignee |
+ Update assignee |
POST |
mutation |
/api/external/v1/tasks/update_assignee |
- | update_description |
+ Update description |
POST |
mutation |
/api/external/v1/tasks/update_description |
- | update_due_date |
+ Update due date |
POST |
mutation |
/api/external/v1/tasks/update_due_date |
- | update_milestone |
+ Update milestone |
POST |
mutation |
/api/external/v1/tasks/update_milestone |
- | update_milestone_and_ordering |
+ Update milestone and ordering |
POST |
mutation |
/api/external/v1/tasks/update_milestone_and_ordering |
- | update_name |
+ Update name |
POST |
mutation |
/api/external/v1/tasks/update_name |
- | update_status |
+ Update status |
POST |
mutation |
/api/external/v1/tasks/update_status |
diff --git a/src/content/docs/help/api/tasks/list.mdx b/src/content/docs/help/api/tasks/list.mdx
index 3da33bf..a8e35dc 100644
--- a/src/content/docs/help/api/tasks/list.mdx
+++ b/src/content/docs/help/api/tasks/list.mdx
@@ -1,6 +1,6 @@
---
-title: "list"
-description: "Generated reference for the query endpoint tasks/list."
+title: "Tasks API: List"
+description: "Reference for the list query in the Tasks API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/tasks/list_potential_assignees.mdx b/src/content/docs/help/api/tasks/list_potential_assignees.mdx
index 5775423..bde925c 100644
--- a/src/content/docs/help/api/tasks/list_potential_assignees.mdx
+++ b/src/content/docs/help/api/tasks/list_potential_assignees.mdx
@@ -1,6 +1,6 @@
---
-title: "list_potential_assignees"
-description: "Generated reference for the query endpoint tasks/list_potential_assignees."
+title: "Tasks API: List potential assignees"
+description: "Reference for the list potential assignees query in the Tasks API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/tasks/move.mdx b/src/content/docs/help/api/tasks/move.mdx
index c12c59f..20ab33f 100644
--- a/src/content/docs/help/api/tasks/move.mdx
+++ b/src/content/docs/help/api/tasks/move.mdx
@@ -1,6 +1,6 @@
---
-title: "move"
-description: "Generated reference for the mutation endpoint tasks/move."
+title: "Tasks API: Move"
+description: "Reference for the move mutation in the Tasks API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/tasks/update_assignee.mdx b/src/content/docs/help/api/tasks/update_assignee.mdx
index 80a9b1c..1ff6c1e 100644
--- a/src/content/docs/help/api/tasks/update_assignee.mdx
+++ b/src/content/docs/help/api/tasks/update_assignee.mdx
@@ -1,6 +1,6 @@
---
-title: "update_assignee"
-description: "Generated reference for the mutation endpoint tasks/update_assignee."
+title: "Tasks API: Update assignee"
+description: "Reference for the update assignee mutation in the Tasks API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/tasks/update_description.mdx b/src/content/docs/help/api/tasks/update_description.mdx
index 910ad7e..779c2d1 100644
--- a/src/content/docs/help/api/tasks/update_description.mdx
+++ b/src/content/docs/help/api/tasks/update_description.mdx
@@ -1,6 +1,6 @@
---
-title: "update_description"
-description: "Generated reference for the mutation endpoint tasks/update_description."
+title: "Tasks API: Update description"
+description: "Reference for the update description mutation in the Tasks API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/tasks/update_due_date.mdx b/src/content/docs/help/api/tasks/update_due_date.mdx
index 2ecfcdf..0cbef42 100644
--- a/src/content/docs/help/api/tasks/update_due_date.mdx
+++ b/src/content/docs/help/api/tasks/update_due_date.mdx
@@ -1,6 +1,6 @@
---
-title: "update_due_date"
-description: "Generated reference for the mutation endpoint tasks/update_due_date."
+title: "Tasks API: Update due date"
+description: "Reference for the update due date mutation in the Tasks API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/tasks/update_milestone.mdx b/src/content/docs/help/api/tasks/update_milestone.mdx
index 23d85d3..cc03371 100644
--- a/src/content/docs/help/api/tasks/update_milestone.mdx
+++ b/src/content/docs/help/api/tasks/update_milestone.mdx
@@ -1,6 +1,6 @@
---
-title: "update_milestone"
-description: "Generated reference for the mutation endpoint tasks/update_milestone."
+title: "Tasks API: Update milestone"
+description: "Reference for the update milestone mutation in the Tasks API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/tasks/update_milestone_and_ordering.mdx b/src/content/docs/help/api/tasks/update_milestone_and_ordering.mdx
index 05ee406..f192508 100644
--- a/src/content/docs/help/api/tasks/update_milestone_and_ordering.mdx
+++ b/src/content/docs/help/api/tasks/update_milestone_and_ordering.mdx
@@ -1,6 +1,6 @@
---
-title: "update_milestone_and_ordering"
-description: "Generated reference for the mutation endpoint tasks/update_milestone_and_ordering."
+title: "Tasks API: Update milestone and ordering"
+description: "Reference for the update milestone and ordering mutation in the Tasks API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/tasks/update_name.mdx b/src/content/docs/help/api/tasks/update_name.mdx
index 36d0f12..19d23aa 100644
--- a/src/content/docs/help/api/tasks/update_name.mdx
+++ b/src/content/docs/help/api/tasks/update_name.mdx
@@ -1,6 +1,6 @@
---
-title: "update_name"
-description: "Generated reference for the mutation endpoint tasks/update_name."
+title: "Tasks API: Update name"
+description: "Reference for the update name mutation in the Tasks API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/api/tasks/update_status.mdx b/src/content/docs/help/api/tasks/update_status.mdx
index 14e2c40..f575b2c 100644
--- a/src/content/docs/help/api/tasks/update_status.mdx
+++ b/src/content/docs/help/api/tasks/update_status.mdx
@@ -1,6 +1,6 @@
---
-title: "update_status"
-description: "Generated reference for the mutation endpoint tasks/update_status."
+title: "Tasks API: Update status"
+description: "Reference for the update status mutation in the Tasks API."
---
import CurlExampleBlock from "@components/CurlExampleBlock.jsx"
diff --git a/src/content/docs/help/cli-authentication.mdx b/src/content/docs/help/cli-authentication.mdx
index eed1118..413099b 100644
--- a/src/content/docs/help/cli-authentication.mdx
+++ b/src/content/docs/help/cli-authentication.mdx
@@ -1,5 +1,5 @@
---
-title: Authentication
+title: CLI authentication
description: Learn how to authenticate the Operately CLI with API tokens, profiles, and environment variables.
---
diff --git a/src/content/docs/help/cli-installation.mdx b/src/content/docs/help/cli-installation.mdx
index 7ac301b..cce7ffe 100644
--- a/src/content/docs/help/cli-installation.mdx
+++ b/src/content/docs/help/cli-installation.mdx
@@ -1,5 +1,5 @@
---
-title: Install and update
+title: CLI install and update
description: Learn how to install, update, and verify the Operately CLI.
---
diff --git a/src/content/docs/help/cli-skills.mdx b/src/content/docs/help/cli-skills.mdx
index 75e7aed..33f0ced 100644
--- a/src/content/docs/help/cli-skills.mdx
+++ b/src/content/docs/help/cli-skills.mdx
@@ -1,5 +1,5 @@
---
-title: Install skills
+title: CLI skills
description: Learn how to install the Operately skills with the skills package from npm.
---
diff --git a/src/content/docs/help/cli-usage.mdx b/src/content/docs/help/cli-usage.mdx
index 2179316..9020136 100644
--- a/src/content/docs/help/cli-usage.mdx
+++ b/src/content/docs/help/cli-usage.mdx
@@ -1,5 +1,5 @@
---
-title: Use the CLI
+title: Use the Operately CLI
description: Learn the Operately CLI command shape, help system, and a few common examples.
---
diff --git a/src/content/docs/help/cli.mdx b/src/content/docs/help/cli.mdx
index 995d2b1..db94818 100644
--- a/src/content/docs/help/cli.mdx
+++ b/src/content/docs/help/cli.mdx
@@ -1,5 +1,5 @@
---
-title: CLI
+title: Operately CLI
description: Learn how to use the Operately CLI to work with the external API from your terminal.
---
diff --git a/src/content/docs/help/create-api-token.mdx b/src/content/docs/help/create-api-token.mdx
index 1b9a07a..009973f 100644
--- a/src/content/docs/help/create-api-token.mdx
+++ b/src/content/docs/help/create-api-token.mdx
@@ -31,3 +31,9 @@ After you close the token modal, you will not be able to view the full token aga
- You can rename tokens to keep them organized.
- You can change an existing token between **Read-only** and **Full-access**.
- You can delete a token at any time.
+
+## What to read next
+
+- [CLI authentication](/help/cli-authentication)
+- [Operately CLI overview](/help/cli)
+- [Operately API docs](/help/api)
diff --git a/src/content/docs/help/self-hosted-beacon.mdx b/src/content/docs/help/self-hosted-beacon.mdx
index 75377d8..766ab79 100644
--- a/src/content/docs/help/self-hosted-beacon.mdx
+++ b/src/content/docs/help/self-hosted-beacon.mdx
@@ -1,5 +1,5 @@
---
-title: Beacon
+title: Self-hosted beacon
description: Learn about Operately's beacon system, how it works, and how to disable it.
---
diff --git a/src/content/docs/help/self-hosted-email-delivery/index.mdx b/src/content/docs/help/self-hosted-email-delivery/index.mdx
index ef43f2e..7bfabf2 100644
--- a/src/content/docs/help/self-hosted-email-delivery/index.mdx
+++ b/src/content/docs/help/self-hosted-email-delivery/index.mdx
@@ -1,5 +1,5 @@
---
-title: Email Delivery
+title: Self-hosted email delivery
description: Learn how to configure email delivery for your self-hosted Operately installation using SendGrid API or SMTP.
---
diff --git a/src/content/docs/help/self-hosted-google-sign-in.mdx b/src/content/docs/help/self-hosted-google-sign-in.mdx
index 34cc7bc..89e35c6 100644
--- a/src/content/docs/help/self-hosted-google-sign-in.mdx
+++ b/src/content/docs/help/self-hosted-google-sign-in.mdx
@@ -1,5 +1,5 @@
---
-title: Google Sign-In
+title: Self-hosted Google Sign-In
description: Learn how to enable Google Sign-In (OAuth) for your self-hosted Operately installation.
---
diff --git a/src/content/docs/help/self-hosted-installation.mdx b/src/content/docs/help/self-hosted-installation.mdx
index 9b6bd47..6637091 100644
--- a/src/content/docs/help/self-hosted-installation.mdx
+++ b/src/content/docs/help/self-hosted-installation.mdx
@@ -1,5 +1,5 @@
---
-title: Installation
+title: Self-hosted installation
description: Learn how to download and install Operately on your own infrastructure.
---
diff --git a/src/content/docs/help/self-hosted-update.mdx b/src/content/docs/help/self-hosted-update.mdx
index a33c9d2..4582610 100644
--- a/src/content/docs/help/self-hosted-update.mdx
+++ b/src/content/docs/help/self-hosted-update.mdx
@@ -1,5 +1,5 @@
---
-title: Update Version
+title: Update a self-hosted installation
description: Learn how to update your self-hosted Operately installation to a newer version.
---