Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ API_VERSION ?= v1.12.2.4211
REPO ?= Prowlarr/Prowlarr
API_PATH ?= /src/Prowlarr.Api.V1/openapi.json
URL ?= ${BASE_SWAGGER_URL}${REPO}/${API_VERSION}${API_PATH}
OPENAPI_GENERATOR_IMAGE ?= openapitools/openapi-generator-cli:v7.18.0@sha256:be5c0a17c978ed4c39985312af3129882407581e07f2e3167cf777c908ffd52b
OPENAPI_GENERATOR_IMAGE ?= openapitools/openapi-generator-cli:v7.19.0@sha256:b9e7ad71a9f9406bd810378a939755fad114747a767e29bbf83ef9364d5f9dc0
BASE_PATH ?= .generated-code/${APP}-${SDK}
PY_VERSION_FILES ?= setup.py pyproject.toml ${APP}/__init__.py ${APP}/api_client.py ${APP}/configuration.py

Expand Down
Loading