Configure or reconfigure an integration (admin)

PUT/api/v1/integrations/{type}

Parameters

This endpoint does not accept parameters.

Responses

200Integration configured

Request

curl -X PUT "https://api.knowledgetree.dev/api/v1/integrations/{type}" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

200Integration configured
Example response not yet documented.