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