refactor: update docstring message
This commit is contained in:
parent
d6e2bd132b
commit
3710eec94f
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ def get_permissions_router() -> APIRouter:
|
||||||
- **tenant_id** (Union[UUID, None]): UUID of the tenant to select, If null/None is provided use the default single user tenant
|
- **tenant_id** (Union[UUID, None]): UUID of the tenant to select, If null/None is provided use the default single user tenant
|
||||||
|
|
||||||
## Response
|
## Response
|
||||||
Returns a success message indicating the tenant was created.
|
Returns a success message along with selected tenant id.
|
||||||
"""
|
"""
|
||||||
send_telemetry(
|
send_telemetry(
|
||||||
"Permissions API Endpoint Invoked",
|
"Permissions API Endpoint Invoked",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue