Mark the status of a bridge as active
Creates a new bridge. A Bridge represents a ledger configuration record that is used to register remote services with the ledger. An example of a bridge is an integration service that connects with a banking core in order to perform debit and credit operations in response to ledger balance movements.
Authorization
Authorization
RequiredBearer <token>JWT signed by private key. The presence of this token is not mandatory. It becomes required through the configuration of authorization access rules that requires a token to grant access. Once sent, the token is validated for its format, signature and expiration, regardless of the presence of access rules.
In: header
Request Body
application/json
RequiredBody of options to use when activating a bridge
hash
Requiredstring"^[A-Fa-f0-9]{64}$"
meta
Requiredobjectdata
RequiredobjectPath Parameters
id
Requiredstring | stringThe unique identifier of the record - its luid or address.
Header Parameters
x-ledger
string | stringThe unique identifier of ledger in context for multi tenant requests.
Bridge activation request accepted