chore: generate OpenAPI specification

This commit is contained in:
Revolt CI
2024-08-05 15:39:05 +00:00
parent 622873b42a
commit f35f27129e
+29 -2
View File
@@ -13,7 +13,7 @@
"name": "AGPLv3",
"url": "https://github.com/revoltchat/delta/blob/master/LICENSE"
},
"version": "0.7.14"
"version": "0.7.15"
},
"servers": [
{
@@ -3409,7 +3409,12 @@
}
}
}
}
},
"security": [
{
"Session Token": []
}
]
},
"delete": {
"tags": [
@@ -8468,6 +8473,28 @@
}
}
},
{
"type": "object",
"required": [
"album_id",
"type"
],
"properties": {
"type": {
"type": "string",
"enum": [
"AppleMusic"
]
},
"album_id": {
"type": "string"
},
"track_id": {
"type": "string",
"nullable": true
}
}
},
{
"description": "Streamable Video",
"type": "object",