No description available.
Input
Encoding
application/jsonbody
refwin.tomo-x.pushat.defs#notifyBody
Required
No description available.
target
stringdid
Required
The DID of the target user to whom the notification will be sent.
Output
Encoding
application/jsonErrors
ServiceNotAllowedError
DeviceNotFoundError
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"body",
"target"
],
"properties": {
"body": {
"ref": "win.tomo-x.pushat.defs#notifyBody",
"type": "ref"
},
"target": {
"type": "string",
"format": "did",
"description": "The DID of the target user to whom the notification will be sent."
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "ServiceNotAllowedError"
},
{
"name": "DeviceNotFoundError"
}
],
"output": {
"schema": {
"type": "object",
"properties": {}
},
"encoding": "application/json"
}
}