place.wisp.v2.secret.rotate

wisp.place

{
  "id": "place.wisp.v2.secret.rotate",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "name"
          ],
          "properties": {
            "name": {
              "type": "string",
              "format": "record-key"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthenticationRequired"
        },
        {
          "name": "NotFound"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "name",
            "token",
            "rotatedAt"
          ],
          "properties": {
            "name": {
              "type": "string"
            },
            "token": {
              "type": "string",
              "description": "The new signing token. Only returned here — store it now."
            },
            "rotatedAt": {
              "type": "string",
              "format": "datetime"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Rotate a webhook signing secret, generating a new token. The old token stops working immediately. The new token is only returned in this response."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.wisp.v2.secret.rotate

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7puq73yz2hkvbcpdhnsze2qw
CID
bafyreihrx7f2n3yn37eietn324veryrb7igclzkxwxvmrd2mjtza47ok2e
Indexed At
2026-05-24 05:17 UTC
AT-URI
at://did:plc:7puq73yz2hkvbcpdhnsze2qw/com.atproto.lexicon.schema/place.wisp.v2.secret.rotate

Lexicon Garden

@