{"lexicon":1,"id":"tickets.atmosphere.updateTicketEvent","defs":{"main":{"type":"procedure","description":"Update an app-scoped ATM ticketed-event config shell. Organizer-owned dashboard edits use the same underlying ticketed-event config. Requires app service-auth.","input":{"encoding":"application/json","schema":{"type":"object","required":["eventId"],"nullable":["startsAt","eventCid","imageUrl"],"properties":{"environment":{"type":"string","knownValues":["test","live"],"maxLength":16},"eventId":{"type":"string","minLength":1,"maxLength":300},"title":{"type":"string","minLength":1,"maxGraphemes":300,"maxLength":3000},"startsAt":{"type":"string","format":"datetime"},"eventCid":{"type":"string","format":"cid"},"imageUrl":{"type":"string","format":"uri","maxLength":2000},"status":{"type":"string","knownValues":["active","paused","archived"],"maxLength":32},"metadata":{"type":"unknown"}}}},"output":{"encoding":"application/json","schema":{"type":"object","required":["event"],"properties":{"event":{"type":"ref","ref":"tickets.atmosphere.defs#eventSummary"}}}},"errors":[{"name":"AppNotRegistered","description":"Caller DID is not registered as an ATM app."},{"name":"TicketsModuleDisabled","description":"This app has not enabled ATM Tickets."},{"name":"TicketEventNotFound","description":"Ticketed event config not found."}]}}}