{
"id": "place.stream.multistream.putTarget",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"multistreamTarget"
],
"properties": {
"rkey": {
"type": "string",
"format": "record-key",
"maxLength": 512,
"description": "The Record Key."
},
"multistreamTarget": {
"ref": "place.stream.multistream.target",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "InvalidTargetUrl",
"description": "The provided target URL is invalid or unreachable."
}
],
"output": {
"schema": {
"ref": "place.stream.multistream.defs#targetView",
"type": "ref"
},
"encoding": "application/json"
},
"parameters": null,
"description": "Update an existing target for rebroadcasting a Streamplace stream."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:stream.place
- CID
-
bafyreic475puekfbsnaiwvp2t2feojjkryc3nyqguaev22jq6wiq7mdxfa
- Indexed At
- 2026-01-25 11:50 UTC
- AT-URI
-
at://did:web:stream.place/com.atproto.lexicon.schema/place.stream.multistream.putTarget
Referenced Schemas (2)
-
place.stream.multistream.defs#targetView
-
place.stream.multistream.target