From eb9f023dc63f211f7fa69d11671d7eec0ac46998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Gro=C3=9Fmann?= Date: Mon, 6 Jul 2026 17:55:11 +0200 Subject: [PATCH 1/2] fix: silenced echo cmd in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 952fdba..f77ff95 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ export PATH := $(CURDIR)/bin:$(PATH) .PHONY: generate generate: - echo "Generating code..." + @echo "Generating code..." oapi-codegen --config=scripts/sdk.cfg.yaml api/openapi.yaml .PHONY: prepare From 6999c2f54ecd2e4cd27de9bfa5138cd5187525f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Gro=C3=9Fmann?= Date: Mon, 6 Jul 2026 17:55:32 +0200 Subject: [PATCH 2/2] chore: updated oapi specs for correctly set url --- api/openapi.yaml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/api/openapi.yaml b/api/openapi.yaml index 3537b1c..8b77b48 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -7,19 +7,7 @@ info: This API provides endpoints for managing PubSubs. servers: - - url: https://{topicId}.api.pubsub-dp.eu01.dev.stackit.cloud - description: Development endpoint in eu01. - variables: - topicId: - description: The Topic UUID. - default: "00000000-0000-0000-0000-000000000000" - - url: https://{topicId}.api.pubsub-dp.eu01.qa.stackit.cloud - description: QA endpoint in eu01. - variables: - topicId: - description: The Topic UUID. - default: "00000000-0000-0000-0000-000000000000" - - url: https://{topicId}.api.pubsub-dp.eu01.stackit.cloud + - url: https://{topicId}.pubsub.eu01.onstackit.cloud description: Production endpoint in eu01. variables: topicId: