{
"id": "events.smokesignal.event.configure",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"event"
],
"properties": {
"event": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the event to configure."
},
"rsvpRedirectUrl": {
"type": "string",
"format": "uri",
"maxLength": 2048,
"description": "URL to redirect users to for external ticketing (e.g., ti.to, eventbrite). Only used when disableDirectRsvp is true."
},
"disableDirectRsvp": {
"type": "boolean",
"description": "When true, the RSVP button redirects to an external ticketing URL instead of creating a direct RSVP."
},
"requireConfirmedEmail": {
"type": "boolean",
"description": "When true, RSVPs require a confirmed email address."
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "EventNotFound",
"description": "The specified event does not exist."
},
{
"name": "NotAuthorized",
"description": "The authenticated user does not own this event."
},
{
"name": "InvalidRedirectUrl",
"description": "The provided redirect URL is invalid or not allowed."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"event",
"requireConfirmedEmail",
"disableDirectRsvp"
],
"properties": {
"event": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the configured event."
},
"rsvpRedirectUrl": {
"type": "string",
"format": "uri",
"description": "Current redirect URL for external ticketing, if set."
},
"disableDirectRsvp": {
"type": "boolean",
"description": "Current value of the disable direct RSVP setting."
},
"requireConfirmedEmail": {
"type": "boolean",
"description": "Current value of the require confirmed email setting."
}
}
},
"encoding": "application/json"
},
"description": "Configure settings for an event. Requires authentication and ownership of the event."
}
},
"lexicon": 1
}
Metadata
- DID
-
did:plc:tgudj2fjm77pzkuawquqhsxm
- CID
-
bafyreic4ogfq2e4f7cojsjnkpjeohyfvytrgbwbdmar7fhpi3n4brh3goq
- Indexed At
- 2026-01-23 19:43 UTC
- AT-URI
-
at://did:plc:tgudj2fjm77pzkuawquqhsxm/com.atproto.lexicon.schema/events.smokesignal.event.configure
Version History (2 versions)