Skip to content

Commit

Permalink
Fix permissions (#9)
Browse files Browse the repository at this point in the history
* retrigger ci

* fix permissions
  • Loading branch information
mattvagni authored Nov 29, 2023
1 parent 572e402 commit 1837879
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api-reference/graphql/threads/create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@ To create a thread you need a `customerId`. You can get a customer id by [creati
Since the Typescript SDK expands a lot of fields you will need an API key with the following permissions:

- `label:create`
- `label:edit`
- `label:read`
- `labelType:read`
- `machineUser:read`
- `customer:read`
- `user:read`
- `thread:create`
- `thread:edit`
- `thread:read`
- `user:read`

<Snippet file="typescript-sdk/create-thread.mdx" />

Expand Down

0 comments on commit 1837879

Please sign in to comment.