From 67c97ed4bc2166a48e9e18e722559dce9eeb8624 Mon Sep 17 00:00:00 2001 From: Wolfgang Ludger Hottgenroth Date: Mon, 5 Jul 2021 12:04:22 +0200 Subject: [PATCH] add tenant, fix --- openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 6cfce67..bbcb30e 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -68,7 +68,7 @@ paths: get: tags: [ "Tenant" ] summary: Return all normalized tenants - operationId: account.getTenants + operationId: tenant.getTenants responses: '200': description: tenant response @@ -84,7 +84,7 @@ paths: get: tags: [ "Tenant" ] summary: Return the normalized tenant with given id - operationId: account.getTenant + operationId: tenant.getTenant parameters: - name: tenantId in: path