add tenant, fix
This commit is contained in:
parent
81ba2655b3
commit
67c97ed4bc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user