feat: add dev key to clients

This commit is contained in:
loks0n 2025-05-20 23:05:48 +01:00
parent 815849aa64
commit dde0dd2218

View file

@ -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 => [