mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Api key (#1241)
This commit is contained in:
@@ -190,6 +190,9 @@ type Mutation {
|
||||
configureGeneral(input: ConfigGeneralInput!): ConfigGeneralResult!
|
||||
configureInterface(input: ConfigInterfaceInput!): ConfigInterfaceResult!
|
||||
|
||||
"""Generate and set (or clear) API key"""
|
||||
generateAPIKey(input: GenerateAPIKeyInput!): String!
|
||||
|
||||
"""Returns a link to download the result"""
|
||||
exportObjects(input: ExportObjectsInput!): String
|
||||
|
||||
|
||||
Reference in New Issue
Block a user