fix(specs): align console Cookie description with client/server

This commit is contained in:
Chirag Aggarwal
2026-05-04 16:53:22 +05:30
parent 1e9b364f58
commit e81ae67745
+1 -1
View File
@@ -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' => [