From dec47e96ce7bef6bd729be6493b644aae104462d Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Mon, 2 Dec 2024 23:04:09 +0100 Subject: [PATCH] OZG-7014 fix openapi config --- api/openapi-config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/openapi-config.yml b/api/openapi-config.yml index f4dffed..ca974c9 100644 --- a/api/openapi-config.yml +++ b/api/openapi-config.yml @@ -47,14 +47,14 @@ openapiOptions: type: - STRING service: - - service: de.ozgcloud.fachstellenproxy.FachstelleRegistrationService + - service: de.ozgcloud.zufi.grpc.fachstelle.FachstelleRegistrationService option: description: "Service to proxy between Fachstelle and ZufiManager in OZG-Cloud" - service: de.ozgcloud.collaboration.CollaborationService option: description: "Service to proxy between Fachstelle and CollaborationManager in OZG-Cloud" method: - - method: de.ozgcloud.fachstellenproxy.FachstelleRegistrationService.Register + - method: de.ozgcloud.zufi.grpc.fachstelle.FachstelleRegistrationService.Register option: description: "Register new fachstelle" summary: "Summary: Register rpc" -- GitLab