Set the unsteerable state of a client
POST {{base_url}}/unsteerable/v1/:tenant_id/:client_mac
API to set the unsteerable state of a client. Without the optional parameters, the client will be marked unsteerable for all steer types for 7 days. This API also overrides any existing unsteerable entry for the client.
Request Body
{"type"=>"<string>", "duration"=>"<integer>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":"\u003cstring\u003e","result":"\u003cstring\u003e"}