Skip to main content
PATCH
/
v1
/
edge_connectors
/
{id}
Update edge connector
curl --request PATCH \
  --url https://api.rootly.com/v1/edge_connectors/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/vnd.api+json' \
  --data '
{
  "edge_connector": {
    "name": "<string>",
    "description": "<string>",
    "status": "active",
    "subscriptions": [
      "<string>"
    ]
  }
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Edge connector ID

Body

application/vnd.api+json
edge_connector
object

Response

Edge connector updated