From cc4de12df8c26611dc5307dc335328fd2aa84a6b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 11 Apr 2025 15:09:18 +0000 Subject: [PATCH] Update OpenAPI documentation --- openapi.json | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/openapi.json b/openapi.json index ffcbd321e..483d44984 100644 --- a/openapi.json +++ b/openapi.json @@ -1,8 +1,8 @@ { "openapi": "3.0.4", "info": { - "title": "Kavita (v0.8.5.24)", - "description": "Kavita provides a set of APIs that are authenticated by JWT. JWT token can be copied from local storage. Assume all fields of a payload are required. Built against v0.8.5.24", + "title": "Kavita (v0.8.5.25)", + "description": "Kavita provides a set of APIs that are authenticated by JWT. JWT token can be copied from local storage. Assume all fields of a payload are required. Built against v0.8.5.25", "license": { "name": "GPL-3.0", "url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE" @@ -338,7 +338,24 @@ }, "responses": { "200": { - "description": "OK" + "description": "OK", + "content": { + "text/plain": { + "schema": { + "$ref": "#/components/schemas/InviteUserResponse" + } + }, + "application/json": { + "schema": { + "$ref": "#/components/schemas/InviteUserResponse" + } + }, + "text/json": { + "schema": { + "$ref": "#/components/schemas/InviteUserResponse" + } + } + } } } }