mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 19:50:42 +00:00
openapi.json update for user agent & auto generated code update (#2079)
This commit is contained in:
parent
a86864d072
commit
0d6f8f4f4f
3 changed files with 53 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue