mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-30 03:56:04 +00:00
fix(docs): add missing mutation literal (#7082)
This commit is contained in:
parent
3e34cf3475
commit
570f399e9c
@ -34,7 +34,7 @@ mutation {
|
||||
curl --location --request POST 'http://localhost:8080/api/graphql' \
|
||||
--header 'X-DataHub-Actor: urn:li:corpuser:datahub' \
|
||||
--header 'Content-Type: application/json' \
|
||||
--data-raw '{ "query":"{ createAccessToken(input: { type: PERSONAL, actorUrn: \"urn:li:corpuser:datahub\", duration: ONE_HOUR, name: \"my personal token\" } ) { accessToken metadata { id name description} } }", "variables":{}}'
|
||||
--data-raw '{ "query":"mutation { createAccessToken(input: { type: PERSONAL, actorUrn: \"urn:li:corpuser:datahub\", duration: ONE_HOUR, name: \"my personal token\" } ) { accessToken metadata { id name description} } }", "variables":{}}'
|
||||
```
|
||||
|
||||
### Listing Access Tokens
|
||||
|
Loading…
x
Reference in New Issue
Block a user