From 7abf35d4912268a680ba4e052dc420c9499a09d4 Mon Sep 17 00:00:00 2001 From: Servarr Date: Mon, 15 May 2023 04:49:22 +0000 Subject: [PATCH] Automated API Docs update --- src/Lidarr.Api.V1/openapi.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/Lidarr.Api.V1/openapi.json b/src/Lidarr.Api.V1/openapi.json index 0cbe15369..cc5643c0a 100644 --- a/src/Lidarr.Api.V1/openapi.json +++ b/src/Lidarr.Api.V1/openapi.json @@ -5298,6 +5298,14 @@ "type": "boolean" } }, + { + "name": "ColonReplacementFormat", + "in": "query", + "schema": { + "type": "integer", + "format": "int32" + } + }, { "name": "StandardTrackFormat", "in": "query", @@ -11762,6 +11770,10 @@ "replaceIllegalCharacters": { "type": "boolean" }, + "colonReplacementFormat": { + "type": "integer", + "format": "int32" + }, "standardTrackFormat": { "type": "string", "nullable": true