Skip to main content
Version: 0.3

Send event request

Send event request

Allows to send an event request for a subject to the TAPLE node. These requests can be of any type of event (done, creation, transfer and end of life). In case of external invocation, the requests can be signed.

Request Body required
  • request object required
    oneOf

  • Create object required
  • governance_id string required

    Governance identifier

  • name string required

    Name of subject

  • namespace string required

    Namespace to which the subject belongs

  • public_key string

    Public key of the subject

  • schema_id string required

    Subject schema json identifier

  • signature object
  • signer string required

    Signature of the issuer

  • timestamp int64 required

    Timestamp at which the signature was made

  • value string required

    Signature value

Responses

Request Created Successfully


Schema
  • string
Loading...