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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;status&quot;:&quot;\u003cstring\u003e&quot;,&quot;result&quot;:&quot;\u003cstring\u003e&quot;}