mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: add dev key to clients
This commit is contained in:
@@ -101,6 +101,12 @@ class Specs extends Action
|
||||
'name' => 'X-Appwrite-Session',
|
||||
'description' => 'The user session to authenticate with',
|
||||
'in' => 'header',
|
||||
],
|
||||
'DevKey' => [
|
||||
'type' => 'apiKey',
|
||||
'name' => 'X-Appwrite-Dev-Key',
|
||||
'description' => 'Your secret dev API key',
|
||||
'in' => 'header',
|
||||
]
|
||||
],
|
||||
APP_PLATFORM_SERVER => [
|
||||
|
||||
Reference in New Issue
Block a user