add tenant, fix

This commit is contained in:
2021-07-05 12:04:22 +02:00
parent 81ba2655b3
commit 67c97ed4bc

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