Skip to main content
PATCH
/
v1
/
edge_connectors
/
{edge_connector_id}
/
actions
/
{id}
Update edge connector action
curl --request PATCH \
  --url https://api.rootly.com/v1/edge_connectors/{edge_connector_id}/actions/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/vnd.api+json' \
  --data '
{
  "action": {
    "name": "<string>",
    "action_type": "script",
    "metadata": {}
  }
}
'

Authorizations

Authorization
string
header
required

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

Path Parameters

edge_connector_id
string
required

Edge connector ID

id
required

Resource UUID

Body

application/vnd.api+json
action
object

Response

200

Action updated