latestOpenAPI 3.0.22026-07-144652931.4 MB

b679a8f3f02c

Event Orchestrations

Migrate an Integration from one Event Orchestration to another

Move an Integration and its Routing Key from the Event Orchestration specified in the request payload, to the Event Orchestration specified in the request URL.

Any future events sent to this Integration's Routing Key will be processed by this Event Orchestration's Rules.

For more information see the API Concepts Document

Scoped OAuth requires: event_orchestrations.write

post/event_orchestrations/{id}/integrations/migration

Path parameters

idstring required

The ID of an Event Orchestration.

Headers

Acceptstring required

The Accept header is used as a versioning header.

Content-Type'application/json' required

Request body

source_idstring required

The ID of the Event Orchestration you'll be moving the Integration away from

source_type'orchestration' required

The type of of the source_id object

integration_idstring required

The ID of the Integration you'll be moving

Response

The Integration that was migrated

totalTotal — unresolved $ref