Skip to content

Commit

Permalink
Update use-nerdgraph-manage-license-keys-user-keys.mdx
Browse files Browse the repository at this point in the history
The INGEST_KEY_ID needs to be in double quotes to work correctly. Confirmed this syntax myself today.
  • Loading branch information
wildcardlinux authored Aug 21, 2024
1 parent ef4556c commit 293b118
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Single key example query:
query {
actor {
apiAccess {
key(id: INGEST_KEY_ID, keyType: INGEST) {
key(id: "INGEST_KEY_ID", keyType: INGEST) {
key
name
type
Expand Down

0 comments on commit 293b118

Please sign in to comment.