win.tomo-x.pushat.pushNotify

tomo-x.win

Documentation

main procedure

No description available.

Input

Encodingapplication/json
target stringdid Required

The DID of the target user to whom the notification will be sent.

Output

Encodingapplication/json

Errors

ServiceNotAllowedError
DeviceNotFoundError
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
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"
  }
}

Lexicon Garden

@