Events
Update Event
Update an existing event
PUT
Documentation Index
Fetch the complete documentation index at: https://mintlify.com/GoodnessFx/GatePass/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint requires authentication. Only the event organizer can update their events.
Authentication
Include the JWT token in the Authorization header:Path Parameters
The unique identifier of the event to update
Request Body
All fields are optional. Only include the fields you want to update.Event title
Detailed event description
Venue name
Full street address
City name
Country name
Venue latitude coordinate
Venue longitude coordinate
Event start date/time in ISO 8601 format
Ticket sale start date/time in ISO 8601 format
Ticket sale end date/time in ISO 8601 format
Total ticket capacity
Base ticket price
Currency code (USD, ETH, etc.)
Maximum tickets per wallet/user
Event image URL
IPFS or HTTP URL to ticket metadata
Event category (CONFERENCE, MUSIC, WORKSHOP, MEETUP, FESTIVAL, SPORTS, THEATER, OTHER)
Comma-separated tags
Whether the event is publicly visible
Whether ticket transfers are allowed
Whether KYC is required for ticket purchase
Event status (PUBLISHED, DRAFT, CANCELLED)
Response
The updated event object with all fields
You cannot update the
organizerId, createdAt, or blockchain-related fields (contractAddress, chainId) after the event has been created and tickets have been sold.