Summary
Update Trigger
Description
Update a Trigger.
Route
PATCH /operations-manager/triggers/:id
Roles
admin
apiwrite
engineering
operations
Parameters
DetailsExampleSchema
| Name |
Type |
Required |
Description |
| id |
string |
yes |
The id of the Trigger to update. |
| updates |
object |
yes |
The details of the Trigger document to update. |
Copied to Clipboard
{
"title": "updates",
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "trigger-update",
"oneOf": [
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": false,
"actionType": "automations",
"actionId": "667e8a3c9fe043bf81461b4b",
"lastExecuted": 50059241,
"migrationVersion": 8205730,
"type": "endpoint",
"verb": "POST",
"routeName": "n7txU7G_",
"schema": null,
"jst": "5a3795e2dc43dd13dde89619"
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": true,
"actionType": "automations",
"actionId": "0a0f72d9619313ab14c58aaa",
"lastExecuted": 56424702,
"migrationVersion": -23062282,
"type": "eventSystem",
"source": "exercitation quis adipisicing ea laborum",
"topic": "anim",
"legacyWrapper": false,
"jst": "572dd40b22a3346e4e2b0751"
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": true,
"actionType": "automations",
"actionId": "9dde724e36d78914a69a1041",
"lastExecuted": null,
"migrationVersion": -15581085,
"type": "manual",
"formData": {
"ip": "1.2.3.4",
"name": "myNewDevice"
},
"formSchemaHash": "voluptate",
"legacyWrapper": false,
"formId": "bf6f63570fb99f81c651ca0f"
},
{
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": true,
"actionType": "automations",
"actionId": "42b6525c4647aa76676dbd6b",
"lastExecuted": null,
"migrationVersion": 76398482,
"repeatInterval": 30000,
"formId": "92d4fdb78604f0bd17ede16b"
}
]
}
Return
DetailsExampleSchema
| Name |
Type |
Description |
| result |
object |
The result of the update operation. |
Copied to Clipboard
{
"message": "Successfully created the requested item",
"data": {
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"enabled": true,
"actionType": "automations",
"actionId": "5b0eff91e328e6f8d0bde615",
"lastExecuted": null,
"migrationVersion": -18091332,
"createdBy": "Pronghorn",
"created": "1956-12-30T17:30:04.128Z",
"lastUpdatedBy": "acaa4f3eca4d0f94f9999fac",
"lastUpdated": "2025-09-11T18:04:28.544Z",
"_id": "4a0194ef21ee24cfd30ed524"
}
}