place.stream.multistream.createTarget

did:web:stream.place

Documentation

Create a new target for rebroadcasting a Streamplace stream.

main procedure

Create a new target for rebroadcasting a Streamplace stream.

Input

Encodingapplication/json

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": {
        "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": "Create a new target for rebroadcasting a Streamplace stream."
}

Lexicon Garden

@