curl -X PUT https://api.gatepass.app/api/events/clx1234567890abcdef \
-H "Authorization: Bearer YOUR_JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"title": "Tech Conference 2026 - Extended",
"description": "Updated description with new speaker announcements",
"eventDate": "2026-06-15T08:00:00Z",
"saleEnd": "2026-06-14T23:59:59Z",
"status": "PUBLISHED"
}'
{
"event": {
"id": "clx1234567890abcdef",
"title": "Tech Conference 2026 - Extended",
"description": "Updated description with new speaker announcements",
"venue": "San Francisco Convention Center",
"address": "747 Howard St",
"city": "San Francisco",
"country": "USA",
"latitude": 37.7842,
"longitude": -122.4016,
"source": "gatepass",
"externalUrl": null,
"eventDate": "2026-06-15T08:00:00.000Z",
"saleStart": "2026-03-06T12:00:00.000Z",
"saleEnd": "2026-06-14T23:59:59.000Z",
"totalSupply": 650,
"ticketPrice": 99,
"currency": "USD",
"maxPerWallet": 5,
"contractAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb",
"chainId": 137,
"imageUrl": "https://example.com/event-image.jpg",
"metadataUri": "ipfs://QmX...",
"category": "CONFERENCE",
"tags": "technology,conference,networking",
"isPublic": true,
"allowTransfers": true,
"requireKYC": false,
"status": "PUBLISHED",
"organizerId": "clx0987654321fedcba",
"createdAt": "2026-03-06T12:00:00.000Z",
"updatedAt": "2026-03-06T14:30:00.000Z"
}
}
Update an existing event
curl -X PUT https://api.gatepass.app/api/events/clx1234567890abcdef \
-H "Authorization: Bearer YOUR_JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"title": "Tech Conference 2026 - Extended",
"description": "Updated description with new speaker announcements",
"eventDate": "2026-06-15T08:00:00Z",
"saleEnd": "2026-06-14T23:59:59Z",
"status": "PUBLISHED"
}'
{
"event": {
"id": "clx1234567890abcdef",
"title": "Tech Conference 2026 - Extended",
"description": "Updated description with new speaker announcements",
"venue": "San Francisco Convention Center",
"address": "747 Howard St",
"city": "San Francisco",
"country": "USA",
"latitude": 37.7842,
"longitude": -122.4016,
"source": "gatepass",
"externalUrl": null,
"eventDate": "2026-06-15T08:00:00.000Z",
"saleStart": "2026-03-06T12:00:00.000Z",
"saleEnd": "2026-06-14T23:59:59.000Z",
"totalSupply": 650,
"ticketPrice": 99,
"currency": "USD",
"maxPerWallet": 5,
"contractAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb",
"chainId": 137,
"imageUrl": "https://example.com/event-image.jpg",
"metadataUri": "ipfs://QmX...",
"category": "CONFERENCE",
"tags": "technology,conference,networking",
"isPublic": true,
"allowTransfers": true,
"requireKYC": false,
"status": "PUBLISHED",
"organizerId": "clx0987654321fedcba",
"createdAt": "2026-03-06T12:00:00.000Z",
"updatedAt": "2026-03-06T14:30:00.000Z"
}
}
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.
Authorization: Bearer YOUR_JWT_TOKEN
curl -X PUT https://api.gatepass.app/api/events/clx1234567890abcdef \
-H "Authorization: Bearer YOUR_JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"title": "Tech Conference 2026 - Extended",
"description": "Updated description with new speaker announcements",
"eventDate": "2026-06-15T08:00:00Z",
"saleEnd": "2026-06-14T23:59:59Z",
"status": "PUBLISHED"
}'
{
"event": {
"id": "clx1234567890abcdef",
"title": "Tech Conference 2026 - Extended",
"description": "Updated description with new speaker announcements",
"venue": "San Francisco Convention Center",
"address": "747 Howard St",
"city": "San Francisco",
"country": "USA",
"latitude": 37.7842,
"longitude": -122.4016,
"source": "gatepass",
"externalUrl": null,
"eventDate": "2026-06-15T08:00:00.000Z",
"saleStart": "2026-03-06T12:00:00.000Z",
"saleEnd": "2026-06-14T23:59:59.000Z",
"totalSupply": 650,
"ticketPrice": 99,
"currency": "USD",
"maxPerWallet": 5,
"contractAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb",
"chainId": 137,
"imageUrl": "https://example.com/event-image.jpg",
"metadataUri": "ipfs://QmX...",
"category": "CONFERENCE",
"tags": "technology,conference,networking",
"isPublic": true,
"allowTransfers": true,
"requireKYC": false,
"status": "PUBLISHED",
"organizerId": "clx0987654321fedcba",
"createdAt": "2026-03-06T12:00:00.000Z",
"updatedAt": "2026-03-06T14:30:00.000Z"
}
}
organizerId, createdAt, or blockchain-related fields (contractAddress, chainId) after the event has been created and tickets have been sold.