mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 00:18:25 +00:00
feat: add dev key to clients
This commit is contained in:
parent
815849aa64
commit
dde0dd2218
1 changed files with 6 additions and 0 deletions
|
|
@ -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 => [
|
||||
|
|
|
|||
Loading…
Reference in a new issue