chore: generate
This commit is contained in:
parent
892fd85ba7
commit
bad4599bf9
2 changed files with 32 additions and 7 deletions
|
|
@ -2168,8 +2168,15 @@
|
|||
"in": "query",
|
||||
"name": "roots",
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"enum": ["true", "false"]
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"enum": ["true", "false"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"description": "Only return root sessions (no parentID)"
|
||||
},
|
||||
|
|
@ -2209,8 +2216,15 @@
|
|||
"in": "query",
|
||||
"name": "archived",
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"enum": ["true", "false"]
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"enum": ["true", "false"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"description": "Include archived sessions (default false)"
|
||||
}
|
||||
|
|
@ -2310,8 +2324,15 @@
|
|||
"in": "query",
|
||||
"name": "roots",
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"enum": ["true", "false"]
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"enum": ["true", "false"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"description": "Only return root sessions (no parentID)"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue