Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit fc719de

Browse files
andrewbessAndrii Beziazychnyi
authored and
Andrii Beziazychnyi
committed
Small fixes
1 parent 76adb2c commit fc719de

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/guides/v2.4/graphql/mutations/create-company-team.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ b2b_only: true
88

99
Use the `createCompanyTeam` mutation to create a new team for your company.
1010

11+
The target_id input attribute allows you to specify which node in the company structure will be the parent node of the company team. If you do not specify a value, the team will be assigned to the top-level (root) node of the company structure.
12+
13+
You can get the `target_id` with the [`company`]({{page.baseurl}}/graphql/queries/company.html) query.
14+
1115
## Syntax
1216

1317
```graphql
@@ -110,8 +114,6 @@ Attribute | Data Type | Description
110114
`name` | String! | The display name of the team
111115
`target_id` | ID | The ID of a node within a company's structure. This ID will be the parent of the created team
112116

113-
You can get the `target_id` with the [`company`]({{page.baseurl}}/graphql/queries/company.html) query.
114-
115117
## Output attributes
116118

117119
The `CreateCompanyTeamOutput` output object contains the following attribute:

0 commit comments

Comments
 (0)