Skip to content

Commit

Permalink
fix event permissions (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewblaney authored Dec 19, 2023
1 parent d382727 commit 0d16fc1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api-reference/graphql/events/create-customer-event.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ In this example we'll be creating the following event:
<Tab title="Typescript SDK">
For this you'll need an API key with the following permissions:
- `customerEvent:create`
- `customerEvent:read`
- `customer:read`

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

Expand All @@ -34,7 +32,6 @@ In this example we'll be creating the following event:
<Tab title="GraphQL">
For this you'll need an API key with the following permissions:
- `customerEvent:create`
- `customerEvent:read`

<Snippet file="graphql/create-customer-event.mdx" />

Expand Down

0 comments on commit 0d16fc1

Please sign in to comment.