Reseller
Update Account
Updates the details of a specific account.
patch/v1/accounts/{account_id}
Path parameters
account_idinteger required
Request body
Response
Update Account
Example response
{
"account": {
"id": 1,
"name": "Your Account",
"subdomain": "exampleaccount",
"status": "enabled",
"support_type": "huntress_supported",
"neighborhood_watch": {
"edr": 10,
"ispm": 10,
"itdr": 10,
"sat": 10,
"siem": 10
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.