From dc48ea4fb6c3dc2179dea818f2dc909c07ca4e78 Mon Sep 17 00:00:00 2001 From: Nils Ponsard | Nitrokey Date: Tue, 19 Sep 2023 14:10:58 +0200 Subject: [PATCH] doc: link generator issue --- tools/transform_nethsm_api_spec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/transform_nethsm_api_spec.py b/tools/transform_nethsm_api_spec.py index 8439667f..e20cebb8 100644 --- a/tools/transform_nethsm_api_spec.py +++ b/tools/transform_nethsm_api_spec.py @@ -4,7 +4,7 @@ # This script transforms the NetHSM API specification by adding the path parameters to each of the methods. # This is to fix an issue with openapijsonschematools/openapi-json-schema-generator-cli that doesn't support -# common path parameters. +# common path parameters. See https://github.com/openapi-json-schema-tools/openapi-json-schema-generator/issues/237