Create or update a connector Beta
Path parameters
-
The unique identifier of the connector to be created or updated. ID is auto-generated if not provided.
Body
-
description string
-
index_name string
-
is_native boolean
-
language string
-
name string
-
service_type string
PUT /_connector/{connector_id}
curl \
-X PUT http://api.example.com/_connector/{connector_id} \
-H "Content-Type: application/json" \
-d '{"description":"string","index_name":"string","is_native":true,"language":"string","name":"string","service_type":"string"}'