main - Automated spec update (13622)

made at remote:2023-11-14T17:45:52

taken at now:2023-11-14T18:10:02

made by remote Nelly (automation bot) <>
This commit is contained in:
Adversary 2023-11-14 18:10:02 +00:00
parent 35266577da
commit c3382b8cc4
2 changed files with 64 additions and 0 deletions

View File

@ -20891,6 +20891,38 @@
"boolean",
"null"
]
},
"title": {
"type": [
"string",
"null"
]
},
"application": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/ApplicationResponse"
}
]
},
"clip_created_at": {
"type": [
"string",
"null"
],
"format": "date-time"
},
"clip_participants": {
"type": [
"array",
"null"
],
"items": {
"$ref": "#/components/schemas/UserResponse"
}
}
},
"required": [

View File

@ -20958,6 +20958,38 @@
"boolean",
"null"
]
},
"title": {
"type": [
"string",
"null"
]
},
"application": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/ApplicationResponse"
}
]
},
"clip_created_at": {
"type": [
"string",
"null"
],
"format": "date-time"
},
"clip_participants": {
"type": [
"array",
"null"
],
"items": {
"$ref": "#/components/schemas/UserResponse"
}
}
},
"required": [