PUT
/
v1
/
connections
/
{id}
curl --request PUT \
  --url https://api.hazel.sh/v1/connections/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "url": "<string>"
}'
"<string>"

Path Parameters

id
string
required

Body

name
string
Required string length: 3 - 15
url
string

Response

200 - application/json
Connection ID

The response is of type string.