Open
Description
Reading the specification of connector.put
endpoint that has 2 URL:
/_connector/{connector_id}
/_connector
It appears the connector_id
should be optional but it's required right now.
Moreover, reading the documentation it seems the connector_id
is required and there's no mention about the PUT /_connector
URL.