v1

latestOpenAPI 3.1.02026-08-0662251219.8 KB
Stealth Config

Updates Stealth config

This endpoint stores Stealth config for the company.

put/v2/companies/{companyId}/stealth-config

Request body

Example request

{
  "stealthModes": [
    {
      "stealthType": "STEALTH_TYPE_1"
    }
  ]
}

Response

OK