Identifiers
Enable/Disable Identifier
POST
/
assets
/
{asset_id}
/
toggle
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
asset_id
integer
requiredBody
application/json
is_disabled
boolean
default: truerequiredThe is_disabled
parameter is used to toggle the asset as either enabled or disabled.
Response
200 - application/json
asset
object
Was this page helpful?