Update the connector service type Beta
Path parameters
-
The unique identifier of the connector to be updated
Body Required
curl \
--request PUT http://api.example.com/_connector/{connector_id}/_service_type \
--header "Content-Type: application/json" \
--data '"{\n \"service_type\": \"sharepoint_online\"\n}"'
{
"service_type": "sharepoint_online"
}
{
"result": "updated"
}