place.stream.live.denyTeleport

did:web:stream.place View official

{
  "id": "place.stream.live.denyTeleport",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "uri"
          ],
          "properties": {
            "uri": {
              "type": "string",
              "format": "at-uri",
              "description": "The URI of the teleport record to deny."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "TeleportNotFound",
          "description": "The specified teleport was not found."
        },
        {
          "name": "Unauthorized",
          "description": "The authenticated user is not the target of this teleport."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "success"
          ],
          "properties": {
            "success": {
              "type": "boolean",
              "description": "Whether the teleport was successfully denied."
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": null,
      "description": "Deny an incoming teleport request."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.stream.live.denyTeleport

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:stream.place
CID
bafyreibmlx35im6gji4uxryo6aun7dwrt3hh42tvjegqfavlsrkgrzy5fy
Indexed At
2026-01-25 11:50 UTC
AT-URI
at://did:web:stream.place/com.atproto.lexicon.schema/place.stream.live.denyTeleport

Lexicon Garden

@