Update trigger

Updates a Trigger.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

idstringRequiredformat: "^[0-9a-f]{24}$"
The id of the Trigger to update.

Request

updates
Endpoint Trigger UpdatesobjectRequired
The format of accepted input for an update operation on an Endpoint Trigger.
OR
EventSystem Trigger UpdatesobjectRequired
The format of accepted input for an update operation on an EventSystem Trigger.
OR
Manual Trigger UpdatesobjectRequired
The format of accepted input for an update operation on a Manual Trigger.
OR
Schedule Trigger UpdatesanyRequired
The format of accepted input for an update operation on a Schedule Trigger.

Response

The result of the update operation.
messagestring

A human-readable message summarizing the result of the operation

dataany
Any successfully retrieved information related to the request.
metadatamap from strings to any

Any structured, wordy or machine-readable information related to the result of the operation. For success responses, this may contain information like pagination values from a search operation.

Errors

500
Internal Server Error