Event Orchestrations

Update the Service Orchestration active status for a Service

Update a Service Orchestration's active status.

A Service Orchestration allows you to set an active status based on whether an event will be evaluated against a service orchestration path (true) or service ruleset (false).

For more information see the API Concepts Document

Scoped OAuth requires: services.write

put/event_orchestrations/services/{service_id}/active

Path parameters

service_idstring required

The service ID

Headers

Acceptstring required

The Accept header is used as a versioning header.

Content-Type'application/json' required

Request body

Schema required— unresolved $ref

Response

An object with the active status.

activeboolean

The status of the service orchestration.

Changes

No recorded changes to this endpoint across all 1 revision of this API.