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": "4f324ca2-e32e-4040-b443-bdbb5e924eba",
    "type": "pulses",
    "attributes": {
      "short_id": null,
      "source": "unknown",
      "summary": "Deploy k8s",
      "labels": [],
      "refs": [],
      "services": [
        {
          "id": "96f49961-2d39-4754-82f4-6f61cbbda5c5",
          "team_id": 322,
          "name": "Alias quia consequatur molestiae.",
          "slug": "alias-quia-consequatur-molestiae",
          "description": "Aspernatur aut sint rem.",
          "deleted_at": null,
          "created_at": "2025-06-20T12:44:53.190-07:00",
          "updated_at": "2025-06-20T12:44:53.190-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-54f543f9001c5bfea4ef7c83d9af76c2@email.rootly.com",
          "opsgenie_team_id": null,
          "service_now_ci_sys_id": null,
          "alert_urgency_id": null,
          "opslevel_id": null,
          "datadog_id": null
        }
      ],
      "environments": [
        {
          "id": "df4b752b-95db-4be9-96dd-8f1b1fd4de48",
          "team_id": 322,
          "name": "Nesciunt ducimus architecto excepturi.",
          "slug": "nesciunt-ducimus-architecto-excepturi",
          "description": "Quas qui ea quod.",
          "color": "#8d8d01",
          "deleted_at": null,
          "created_at": "2025-06-20T12:44:53.199-07:00",
          "updated_at": "2025-06-20T12:44:53.199-07:00",
          "incidents_count": 0,
          "position": 2,
          "slack_channels": [],
          "slack_aliases": [],
          "external_id": null,
          "notify_emails": []
        }
      ],
      "data": {},
      "external_url": null,
      "started_at": "2025-06-20T12:44:53.134-07:00",
      "ended_at": null,
      "created_at": "2025-06-20T12:44:53.134-07:00",
      "updated_at": "2025-06-20T12:44:56.096-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

Response

200
application/vnd.api+json

pulse updated

The response is of type object.