POST
/
assets
/
{asset_id}
/
toggle

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

asset_id
integer
required

Body

application/json
is_disabled
boolean
default: truerequired

The is_disabled parameter is used to toggle the asset as either enabled or disabled.

Response

200 - application/json
asset
object