Company Digital Footprint
Updates the status of a subdomain.
Update the status of a subdomain.
patch/api/v2/companies/{id}/subdomains
Path parameters
idinteger required
Example:123
The id of the company to be updated.
Request body
Example request
{
"Subdomain": "nasa.acmeinc.com",
"Status": "Inactive"
}Response
Success