---
title: "Update an Orchestration"
method: PUT
path: "/event_orchestrations/{id}"
tags: ["Event Orchestrations"]
---

# Update an Orchestration

`PUT /event_orchestrations/{id}`

Update a Global Event Orchestration.

Global Event Orchestrations allow you define a set of Global Rules and Router Rules, so that when you ingest events using the Orchestration's Routing Key your events will have actions applied via the Global Rules & then routed to the correct Service by the Router Rules, based on the event's content.

For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations)

Scoped OAuth requires: `event_orchestrations.write`

## Path parameters

- `id` string, required

## Headers

- `Accept` string, required
- `Content-Type` 'application/json', required

## Request body

- object
  - `orchestration` Orchestration, required
    - `id` string — ID of the Orchestration.
    - `self` string, url — The API show URL at which the object is accessible
    - `name` string — Name of the Orchestration.
    - `description` string — A description of this Orchestration's purpose.
    - `team` object — Reference to the team that owns the Orchestration. If none is specified, only admins have access.
      - `id` string
      - `type` string — A string that determines the schema of the object
      - `self` string, url — The API show URL at which the object is accessible
    - `integrations` OrchestrationIntegration[]
      - `id` string — ID of the Integration.
      - `label` string — Name of the Integration.
      - `parameters` object
        - `routing_key` string — Routing Key used to send Events to this Orchestration
        - `type` string
    - `routes` integer — Number of different Service Orchestration being routed to
    - `created_at` string, date-time — The date the Orchestration was created at.
    - `created_by` object — Reference to the user that has created the Orchestration.
      - `id` string
      - `type` string — A string that determines the schema of the object
      - `self` string, url — The API show URL at which the object is accessible
    - `updated_at` string, date-time — The date the Orchestration was last updated.
    - `updated_by` object — Reference to the user that has updated the Orchestration last.
      - `id` string
      - `type` string — A string that determines the schema of the object
      - `self` string, url — The API show URL at which the object is accessible
    - `version` string — Version of the Orchestration.

## Response `200`

The Orchestration that was updated.

- object
  - `orchestration` Orchestration
    - `id` string — ID of the Orchestration.
    - `self` string, url — The API show URL at which the object is accessible
    - `name` string — Name of the Orchestration.
    - `description` string — A description of this Orchestration's purpose.
    - `team` object — Reference to the team that owns the Orchestration. If none is specified, only admins have access.
      - `id` string
      - `type` string — A string that determines the schema of the object
      - `self` string, url — The API show URL at which the object is accessible
    - `integrations` OrchestrationIntegration[]
      - `id` string — ID of the Integration.
      - `label` string — Name of the Integration.
      - `parameters` object
        - `routing_key` string — Routing Key used to send Events to this Orchestration
        - `type` string
    - `routes` integer — Number of different Service Orchestration being routed to
    - `created_at` string, date-time — The date the Orchestration was created at.
    - `created_by` object — Reference to the user that has created the Orchestration.
      - `id` string
      - `type` string — A string that determines the schema of the object
      - `self` string, url — The API show URL at which the object is accessible
    - `updated_at` string, date-time — The date the Orchestration was last updated.
    - `updated_by` object — Reference to the user that has updated the Orchestration last.
      - `id` string
      - `type` string — A string that determines the schema of the object
      - `self` string, url — The API show URL at which the object is accessible
    - `version` string — Version of the Orchestration.

## Other responses

- `400` — Caller provided invalid arguments. Please review the response for error details. Retrying with the same arguments will *not* work.
- `401` — Caller did not supply credentials or did not provide the correct credentials. If you are using an API key, it may be invalid or your Authorization header may be malformed.
- `403` — Caller is not authorized to view the requested resource. While your authentication is valid, the authenticated user or token does not have permission to perform this action.
- `404` — The requested resource was not found.
- `405` — The request was received and recognized by the server, but its HTTP method was rejected for the requested resource.
- `409` — The request conflicts with the current state of the server.

---

[API](https://skmtc.net/pagerduty/apis/rest-api.md) · [All operations](https://skmtc.net/pagerduty/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pagerduty/rest-api/versions/b679a8f3f02c/schema)
