curl --request PATCH \
--url https://api.rootly.com/v1/edge_connectors/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '
{
"data": {
"type": "edge_connectors",
"id": "<string>",
"attributes": {
"name": "<string>",
"description": "<string>",
"status": "active",
"subscriptions": [
"<string>"
]
}
}
}
'Was this page helpful?
curl --request PATCH \
--url https://api.rootly.com/v1/edge_connectors/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '
{
"data": {
"type": "edge_connectors",
"id": "<string>",
"attributes": {
"name": "<string>",
"description": "<string>",
"status": "active",
"subscriptions": [
"<string>"
]
}
}
}
'