PUT
/
v1
/
pulses
/
{id}
curl --request PUT \
  --url https://api.rootly.com/v1/pulses/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/vnd.api+json' \
  --data '{
  "data": {
    "type": "pulses",
    "attributes": {
      "source": "<string>",
      "summary": "<string>",
      "service_ids": [
        "<string>"
      ],
      "environment_ids": [
        "<string>"
      ],
      "started_at": "2023-11-07T05:31:56Z",
      "ended_at": "2023-11-07T05:31:56Z",
      "external_url": "<string>",
      "labels": [
        {
          "key": "<string>",
          "value": "<string>"
        }
      ],
      "refs": [
        {
          "key": "<string>",
          "value": "<string>"
        }
      ],
      "data": {}
    }
  }
}'
{
  "data": {
    "id": "ebdb346f-b59a-41ab-806b-3c3e7b484c33",
    "type": "pulses",
    "attributes": {
      "short_id": null,
      "source": "unknown",
      "summary": "Deploy k8s",
      "labels": [],
      "refs": [],
      "services": [
        {
          "id": "138c4548-f644-4ebf-b7fe-7d84204cbbc1",
          "team_id": 341,
          "name": "Quas omnis reiciendis nostrum.",
          "slug": "quas-omnis-reiciendis-nostrum",
          "description": "Ut porro ipsam et.",
          "deleted_at": null,
          "created_at": "2025-03-26T23:23:53.014-07:00",
          "updated_at": "2025-03-26T23:23:53.014-07:00",
          "opsgenie_id": null,
          "pagerduty_id": null,
          "public_description": null,
          "github_repository_branch": "master",
          "github_repository_name": null,
          "color": "#F5D9C4",
          "heroku_app_name": null,
          "gitlab_repository_name": null,
          "gitlab_repository_branch": "master",
          "kubernetes_deployment_name": null,
          "incidents_count": 0,
          "position": 2,
          "slack_channels": [],
          "slack_aliases": [],
          "backstage_id": null,
          "show_uptime": true,
          "show_uptime_last_days": 60,
          "status": "operational",
          "external_id": null,
          "notify_emails": [],
          "cortex_id": null,
          "alerts_email_enabled": false,
          "alerts_email_address": "service-d1628fa0aa0f514ed49c187c4ecf5d9a@email.rootly.com",
          "opsgenie_team_id": null,
          "service_now_ci_sys_id": null,
          "alert_urgency_id": null,
          "opslevel_id": null
        }
      ],
      "environments": [
        {
          "id": "abafb731-36e8-497b-9231-fb22f077d1f0",
          "team_id": 341,
          "name": "Qui nobis laudantium aut.",
          "slug": "qui-nobis-laudantium-aut",
          "description": "Libero sunt molestiae assumenda.",
          "color": "#eae1ea",
          "deleted_at": null,
          "created_at": "2025-03-26T23:23:53.028-07:00",
          "updated_at": "2025-03-26T23:23:53.028-07:00",
          "incidents_count": 0,
          "position": 2,
          "slack_channels": [],
          "slack_aliases": [],
          "external_id": null,
          "notify_emails": []
        }
      ],
      "data": {},
      "external_url": null,
      "started_at": "2025-03-26T23:23:52.975-07:00",
      "ended_at": null,
      "created_at": "2025-03-26T23:23:52.975-07:00",
      "updated_at": "2025-03-26T23:23:56.658-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
pulse updated
data
object
required