openapi.json update for user agent & auto generated code update (#2079)

This commit is contained in:
Shuchang Zheng
2025-04-02 16:51:40 -04:00
committed by GitHub
parent a86864d072
commit 0d6f8f4f4f
3 changed files with 53 additions and 1 deletions

View File

@@ -2604,6 +2604,22 @@
"title": "X-Api-Key"
}
},
{
"name": "x-user-agent",
"in": "header",
"required": false,
"schema": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "X-User-Agent"
}
},
{
"name": "authorization",
"in": "header",
@@ -2711,6 +2727,22 @@
"title": "X-Max-Steps-Override"
}
},
{
"name": "x-user-agent",
"in": "header",
"required": false,
"schema": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "X-User-Agent"
}
},
{
"name": "authorization",
"in": "header",