Update the connector status Technical preview
Path parameters
-
The unique identifier of the connector to be updated
PUT /_connector/{connector_id}/_status
curl \
-X PUT http://api.example.com/_connector/{connector_id}/_status \
-H "Content-Type: application/json" \
-d '{"status":"created"}'