{
"id": "app.bsky.notification.putActivitySubscription",
"defs": {
"main": {
"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."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:4v4y5r3lwsbtmsxhile2ljac
- CID
-
bafyreifvbgf53yncsrjpzwa5xwnlax7vyesflkg6fmxb2367vfa6fv7kwu
- Indexed At
- 2026-01-04 19:38 UTC
- AT-URI
-
at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/app.bsky.notification.putActivitySubscription