diff --git a/openapi.json b/openapi.json index fc31ab2c2..ffcbd321e 100644 --- a/openapi.json +++ b/openapi.json @@ -1,8 +1,8 @@ { "openapi": "3.0.4", "info": { - "title": "Kavita (v0.8.5.23)", - "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.23", + "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", "license": { "name": "GPL-3.0", "url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE" @@ -9347,6 +9347,36 @@ } } }, + "/api/Scrobbling/has-ran-scrobble-gen": { + "get": { + "tags": [ + "Scrobbling" + ], + "summary": "Has the logged in user ran scrobble generation", + "responses": { + "200": { + "description": "OK", + "content": { + "text/plain": { + "schema": { + "type": "boolean" + } + }, + "application/json": { + "schema": { + "type": "boolean" + } + }, + "text/json": { + "schema": { + "type": "boolean" + } + } + } + } + } + } + }, "/api/Search/series-for-mangafile": { "get": { "tags": [ @@ -15115,6 +15145,15 @@ "description": "The Client ID for the user's MAL account. User should create a client on MAL for this.", "nullable": true }, + "hasRunScrobbleEventGeneration": { + "type": "boolean", + "description": "Has the user ran Scrobble Event Generation" + }, + "scrobbleEventGenerationRan": { + "type": "string", + "description": "The timestamp of when Scrobble Event Generation ran (Utc)", + "format": "date-time" + }, "scrobbleHolds": { "type": "array", "items": {