From 50af8a12d44fe807f64661cac8a88c2f2fdd8468 Mon Sep 17 00:00:00 2001 From: Servarr Date: Sat, 6 Apr 2024 03:31:32 +0000 Subject: [PATCH] Automated API Docs update --- src/Readarr.Api.V1/openapi.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/Readarr.Api.V1/openapi.json b/src/Readarr.Api.V1/openapi.json index 096729c09..0ce087d3d 100644 --- a/src/Readarr.Api.V1/openapi.json +++ b/src/Readarr.Api.V1/openapi.json @@ -5979,6 +5979,23 @@ } } } + }, + "head": { + "tags": [ + "Ping" + ], + "responses": { + "200": { + "description": "Success", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/PingResource" + } + } + } + } + } } }, "/api/v1/qualitydefinition/{id}": {