Connector

Modifies a connector in the system by providing connector ID and accepting Connector data in the request body

put/connector/{id}

Path parameters

idinteger required

Request body

connectorIdinteger
titlestring
descriptionstring
iconstring
sslCertboolean
timeoutinteger
requestDataobject
lastTestPassedboolean
lastTestErrorstring

Response

Connector has been successfully modified

connectorIdinteger
titlestring
descriptionstring
iconstring
sslCertboolean
timeoutinteger
requestDataobject
lastTestPassedboolean
lastTestErrorstring

Changes

Changed in 1 of the 3 revisions of this API.6

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the non-success response with the status

      response-non-success-status-added

    • added the non-success response with the status

      response-non-success-status-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 3 revisions, 1 has no diff computed.