patch https://localhost:8080/v1/data_connections/
Updates a specific data connection by the identifier.
Log in to see full request history
Response
204The data connection was updated successfully.
Updates a specific data connection by the identifier.
204The data connection was updated successfully.
xxxxxxxxxx
curl --request PATCH \
--url https://localhost:8080/v1/data_connections/id \
--header 'Content-Type: application/json'
Try It!
to start a request and see the response here!