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.
- application/json
Request Body required
request object required
oneOf- MOD1
- MOD2
- MOD3
- MOD4
Create object required
governance_id string requiredGovernance identifier
name string requiredName of subject
namespace string requiredNamespace to which the subject belongs
public_key stringPublic key of the subject
schema_id string requiredSubject schema json identifier
Fact object required
payload requiredChanges to be applied to the subject
subject_id string requiredSubject identifier
Transfer object required
public_key string requiredPublic key of the new owner
subject_id string requiredSubject identifier
EOL object required
subject_id string requiredSubject identifier
signature object
signer string requiredSignature of the issuer
timestamp int64 requiredTimestamp at which the signature was made
value string requiredSignature value
Responses
- 201
- 400
- 409
- 500
Request Created Successfully
- text/plain
- Schema
- Example
Schema
- string
{
"request_id": "J8618wGO7hH4wRuEeL0Ob5XNI9Q73BlCNlV8cWBORq78"
}
Bad Request
Conflict
Internal Server Error
Loading...