Skip to main content
Version: Next

UpdateTenantDto

namestring
Example: Updated Name
slugstring

Possible values: Value must match regular expression ^[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?$

Example: updated-slug
UpdateTenantDto
{
"name": "Updated Name",
"slug": "updated-slug"
}