Skip to content

Commit 9507a61

Browse files
committed
Changed inbox to intake in api reference
1 parent cf1d33e commit 9507a61

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

api-reference/inbox-issue/add-inbox-issue.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Add inbox issue
3-
description: Adds an inbox issue in a project
2+
title: Add intake issue
3+
description: Adds an intake issue in a project
44
api: POST /api/v1/workspaces/{workspace-slug}/projects/{project_id}/inbox-issues/
55
---
66

api-reference/inbox-issue/delete-inbox-issue.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Delete inbox issue
3-
description: Deletes an inbox issue
2+
title: Delete intake issue
3+
description: Deletes an intake issue
44
api: DELETE /api/v1/workspaces/{workspace-slug}/projects/{project_id}/inbox-issues/{issue_id}
55
---
66

api-reference/inbox-issue/get-inbox-issue-detail.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Get inbox issue detail
3-
description: Gets the details of an inbox issue
2+
title: Get intake issue detail
3+
description: Gets the details of an intake issue
44
api: GET /api/v1/workspaces/{workspace-slug}/projects/{project_id}/inbox-issues/{issue_id}
55
---
66

api-reference/inbox-issue/list-inbox-issues.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: List inbox issues
3-
description: Gets all the inbox issue of a project
2+
title: List intake issues
3+
description: Gets all the intake issue of a project
44
api: GET /api/v1/workspaces/{workspace-slug}/projects/{project_id}/inbox-issues/
55
---
66

api-reference/inbox-issue/overview.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Overview
33
---
44

5-
To enable an inbox, the user can hit a PATCH request on the project api with the body as
5+
To enable the intake feature, the user can hit a PATCH request on the project api with the body as
66

77
```http
88
GET /api/v1/workspaces/:workspace-slug/projects/:project_id/inbox-issues/
@@ -18,7 +18,7 @@ DELETE /api/v1/workspaces/:workspace-slug/projects/:project_id/inbox-issues/:iss
1818
}
1919
```
2020

21-
To create an inbox issue, the payload should be sent in the below format
21+
To create an intake issue, the payload should be sent in the below format
2222

2323
```json
2424
{
@@ -29,7 +29,7 @@ To create an inbox issue, the payload should be sent in the below format
2929
}
3030
```
3131

32-
### Inbox Issue Object
32+
### Intake Issue Object
3333

3434
**Attribute**
3535

@@ -57,7 +57,7 @@ To create an inbox issue, the payload should be sent in the below format
5757

5858
- `source`
5959

60-
The source describes the type inbox issue from
60+
The source describes the type intake issue from
6161

6262
- `created_by` , `updated_by` _uuid_
6363

@@ -73,7 +73,7 @@ To create an inbox issue, the payload should be sent in the below format
7373

7474
- `inbox`
7575

76-
inbox id of the issue
76+
intake id of the issue
7777

7878
- `issue`
7979

api-reference/inbox-issue/update-inbox-issue-detail.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Update inbox issue detail
3-
description: Updates the details of an inbox issue
2+
title: Update intake issue detail
3+
description: Updates the details of an intake issue
44
api: PATCH /api/v1/workspaces/{workspace-slug}/projects/{project_id}/inbox-issues/{issue_id}
55
---
66

api-reference/project/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ DELETE /api/v1/workspaces/:workspace-slug/projects/:project_id/
8686

8787
- `inbox_view` _bool_
8888

89-
Enable disable inbox for the project in the UI
89+
Enable disable intake for the project in the UI
9090

9191
- `page_view` _bool_
9292

mint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
]
221221
},
222222
{
223-
"group": "Inbox issue",
223+
"group": "Intake issue",
224224
"pages": [
225225
"api-reference/inbox-issue/overview",
226226
"api-reference/inbox-issue/add-inbox-issue",

plane-one/governance/workspaces-and-teams.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To align the product better with the ethos of collaboration, we will introduce T
1414

1515
## Why this change
1616

17-
Plane was conceived, designed, and built for cross-functional collaboration, going beyond just your team or company to include customers. Features like [Inbox](https://docs.plane.so/core-concepts/inbox), [Publish](https://docs.plane.so/core-concepts/deploy), and [Pages](https://docs.plane.so/core-concepts/pages/overview) unlock that unique-to-Plane collaboration and will work with other forthcoming paid features. While workspaces have enabled essential separation of team- or org-specific data, we have come to realize they create silos that render our collaboration features moot.
17+
Plane was conceived, designed, and built for cross-functional collaboration, going beyond just your team or company to include customers. Features like [Intake](https://docs.plane.so/core-concepts/inbox), [Publish](https://docs.plane.so/core-concepts/deploy), and [Pages](https://docs.plane.so/core-concepts/pages/overview) unlock that unique-to-Plane collaboration and will work with other forthcoming paid features. While workspaces have enabled essential separation of team- or org-specific data, we have come to realize they create silos that render our collaboration features moot.
1818

1919
## The short-term plan for One
2020

0 commit comments

Comments
 (0)