PUT
/
v1
/
apps
/
{app_id}
/
models
/
{model_id}
/
toggle

Authorizations

Authorization
string
header
required

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

Path Parameters

app_id
string
required
model_id
string
required

Query Parameters

enable
boolean
required

Response

200
application/json
success
boolean
required

The status of the update

model
object | null
active
boolean | null