Update OpenAPI documentation

This commit is contained in:
GitHub Action 2025-04-18 11:50:31 +00:00
parent 925ae83baf
commit e76a7152db

View File

@ -14508,6 +14508,66 @@
}
}
},
"/api/Volume/multiple": {
"post": {
"tags": [
"Volume"
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "array",
"items": {
"type": "integer",
"format": "int32"
}
}
},
"text/json": {
"schema": {
"type": "array",
"items": {
"type": "integer",
"format": "int32"
}
}
},
"application/*+json": {
"schema": {
"type": "array",
"items": {
"type": "integer",
"format": "int32"
}
}
}
}
},
"responses": {
"200": {
"description": "OK",
"content": {
"text/plain": {
"schema": {
"type": "boolean"
}
},
"application/json": {
"schema": {
"type": "boolean"
}
},
"text/json": {
"schema": {
"type": "boolean"
}
}
}
}
}
}
},
"/api/want-to-read": {
"post": {
"tags": [