v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBaccountManagement
Update account subdomain.
Update a subdomain. Only the Account Owner can update the subdomain.
put/v1/account/subdomain
Request body
Example request
{
"subdomain": "my-company"
}Response
The updated subdomain's definition.
Example response
{
"subdomain": "my-company",
"url": "https://your-company.sumologic.com"
}