Update the connector status Technical preview
Path parameters
-
The unique identifier of the connector to be updated
PUT
/_connector/{connector_id}/_status
curl \
--request PUT http://api.example.com/_connector/{connector_id}/_status \
--header "Content-Type: application/json" \
--data '"{\n \"status\": \"needs_configuration\"\n}"'
Request example
{
"status": "needs_configuration"
}
Response examples (200)
{
"result": "updated"
}