mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix(specs): align console Cookie description with client/server
This commit is contained in:
@@ -290,7 +290,7 @@ class Specs extends Action
|
||||
'Cookie' => [
|
||||
'type' => 'apiKey',
|
||||
'name' => 'Cookie',
|
||||
'description' => 'The user cookie to authenticate with',
|
||||
'description' => 'The user cookie to authenticate with. Used by SDKs that forward an incoming Cookie header in server-side runtimes.',
|
||||
'in' => 'header',
|
||||
],
|
||||
'Session' => [
|
||||
|
||||
Reference in New Issue
Block a user