MCPcopy Create free account
hub / github.com/StackStorm/st2 / update_trigger

Method update_trigger

st2api/st2api/controllers/v1/webhooks.py:216–217  ·  view source on GitHub ↗
(self, trigger)

Source from the content-addressed store, hash-verified

214 self._hooks.add_hook(url, trigger)
215
216 def update_trigger(self, trigger):
217 pass
218
219 def remove_trigger(self, trigger):
220 # Note: Permission checking for creating and deleting a webhook is done during rule

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected