mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-04-06 01:25:31 +00:00
13 lines
196 B
GraphQL
13 lines
196 B
GraphQL
mutation updateApiKey($id: ID!, $name: String!) {
|
|
updateApiKey(id: $id, name: $name) {
|
|
id
|
|
name
|
|
keyPrefix
|
|
createdAt
|
|
lastUsedAt
|
|
expiresAt
|
|
disabled
|
|
disabledAt
|
|
}
|
|
}
|