Skip to content

Toggle input config

PATCH
/api/v1/integrations/inputs/{id}/toggle
curl --request PATCH \
--url https://dashboard.justcrawl.io/api/v1/integrations/inputs/example/toggle \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "isEnabled": true }'
id
required
string
Media type application/json
object
isEnabled
required
boolean
Example generated
{
"isEnabled": true
}

Input config toggled