You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: discovery-openapi.json
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -523,7 +523,9 @@
523
523
"application/json": {
524
524
"schema": {
525
525
"type": "object",
526
-
"required": ["query"],
526
+
"required": [
527
+
"query"
528
+
],
527
529
"properties": {
528
530
"query": {
529
531
"type": "string",
@@ -589,7 +591,8 @@
589
591
"securitySchemes": {
590
592
"bearerAuth": {
591
593
"type": "http",
592
-
"scheme": "bearer"
594
+
"scheme": "bearer",
595
+
"description": "The Authorization header expects a Bearer token. See the [Assistant API Key documentation](/api-reference/introduction#assistant-api-key) for details on how to get your API key."
0 commit comments