Skip to main content
PATCH
Go

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

triggerId
enum<string>
required

An actions extensibility point.

Available options:
post-login,
credentials-exchange,
pre-user-registration,
post-user-registration,
post-change-password,
send-phone-message,
custom-phone-provider,
custom-email-provider,
password-reset-post-challenge,
custom-token-exchange,
event-stream,
password-hash-migration,
login-post-identifier,
signup-post-identifier

Body

bindings
object[]

The actions that will be bound to this trigger. The order in which they are included will be the order in which they are executed.

Response

The bindings were updated.

bindings
object[]