From e76a7152db40c78887792c31fc89007169656361 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 18 Apr 2025 11:50:31 +0000 Subject: [PATCH] Update OpenAPI documentation --- openapi.json | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/openapi.json b/openapi.json index db02f4511..8a95924d4 100644 --- a/openapi.json +++ b/openapi.json @@ -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": [