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