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

Commit e85aaca

Browse files
andrewbessAndrii Beziazychnyi
authored andcommitted
Small fixes
1 parent 76adb2c commit e85aaca

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 input attribute `target_id` is encoded value of the `structure_id` from table `company_structure`. It is not a required attribute. It will be gotten automatically as a value from an entity with level '0' of your company if you do not specify this attribute.
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)