app.bsky.notification.putActivitySubscription

bsky-lexicons.bsky.social

Documentation

Puts an activity subscription entry. The key should be omitted for creation and provided for updates. Requires auth.

main procedure

Puts an activity subscription entry. The key should be omitted for creation and provided for updates. Requires auth.

Input

Encodingapplication/json
subject stringdid Required

A decentralized identifier (DID).

Output

Encodingapplication/json
subject stringdid Required

A decentralized identifier (DID).

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": [
        "subject",
        "activitySubscription"
      ],
      "properties": {
        "subject": {
          "type": "string",
          "format": "did"
        },
        "activitySubscription": {
          "ref": "app.bsky.notification.defs#activitySubscription",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "subject"
      ],
      "properties": {
        "subject": {
          "type": "string",
          "format": "did"
        },
        "activitySubscription": {
          "ref": "app.bsky.notification.defs#activitySubscription",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Puts an activity subscription entry. The key should be omitted for creation and provided for updates. Requires auth."
}

Lexicon Garden

@