Update a Connection by ID
curl --request PUT \ --url https://api.hazel.sh/v1/connections/{id} \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "url": "<string>" }'
"<string>"
3 - 15
The response is of type string.
string