PUT
/
v1
/
causes
/
{id}
curl --request PUT \
  --url https://api.rootly.com/v1/causes/%7Bid%7D \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/vnd.api+json'
{
  "data": {
    "id": "47b3879f-72ea-4682-a4eb-43ac025e2741",
    "type": "causes",
    "attributes": {
      "slug": "how-to-handle-security-incident",
      "name": "How to handle security incident?",
      "description": "This is a description",
      "position": 2,
      "created_at": "2025-03-13T11:59:29.088-07:00",
      "updated_at": "2025-03-13T11:59:32.642-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/vnd.api+json
data
object
required

Response

200
application/vnd.api+json
cause updated
data
object
required