place.stream.multistream.putTarget

did:web:stream.place

Documentation

Update an existing target for rebroadcasting a Streamplace stream.

main procedure

Update an existing target for rebroadcasting a Streamplace stream.

Input

Encodingapplication/json
rkey stringrecord-key Optional

The Record Key.

maxLength: 512 bytes

Output

Encodingapplication/json

Errors

InvalidTargetUrl The provided target URL is invalid or unreachable.
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": [
        "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."
}

Lexicon Garden

@