put /connections/{id}

Updates an existing connection.

Updates the connection specified by the id parameter.

Path parameters

id (required)
ID of the connection to update.

Request body

connectionRequest (required)
DataConnectionRequest

Responses

200
Success. The details of the updated connection are returned.

400
Invalid request

403
The user is not authorized to update the connection.

404
The specified connection was not found.

409
Duplicate Data Connection Name