add tenant, fix

This commit is contained in:
Wolfgang Hottgenroth 2021-07-05 12:04:22 +02:00
parent 81ba2655b3
commit 67c97ed4bc
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -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