v11

latestOpenAPI 3.1.12026-08-03174162.0 MB
Sections

Update a section

put/events/{eventId}/sections/{id}

Path parameters

eventIdstring required

Unique identifier of the event to verify section belongs to

Example:evt_01jps5cgsenjrazw6wswmyspa3
idstring required

Unique identifier of the section to update

Example:sct_01jps5cgse0g3qj16kpq8t221r

Request body

visibility'ALWAYS' | 'STACKED' | 'HIDDEN'
namestring

Display name of the section (e.g., 'VIP Area', 'General Admission')

capacitynumber
limitnumber
ordernumber

Display order of the section. Lower numbers appear first in listings

locationIdstring

ID of an existing location to update to. Either locationId or googlePlaceId can be provided.

googlePlaceIdstring

Google Place ID to update location from. Either locationId or googlePlaceId can be provided.

Example request

{
  "name": "General Admission",
  "locationId": "loc_01jqpjksnsen9vprw95et60t2m",
  "googlePlaceId": "ChIJN1t_tDeuEmsRUsoyG83frY4"
}

Response

OK

Example response

{
  "section": {
    "id": "sct_01jps5cgse0g3qj16kpq8t221r",
    "createdAt": "2026-08-03T06:13:52.214Z",
    "updatedAt": "2026-08-03T06:13:52.214Z",
    "name": "General Admission",
    "capacity": 1000,
    "limit": -1,
    "available": 700,
    "sold": 200,
    "reserved": 100,
    "visibility": "ALWAYS",
    "location": {
      "id": "loc_01hk153x00eh99pagyydz03sbz",
      "googlePlaceId": "ChIJP3Sa8ziYEmsRUKgyFmh9AQM",
      "createdAt": "2026-08-03T06:13:52.214Z",
      "updatedAt": "2026-08-03T06:13:52.214Z",
      "name": "Watson's EQ",
      "address": "The, Entertainment Quarter, 1 Bent St, Moore Park NSW 2021, Australia",
      "city": "Moore Park",
      "state": "New South Wales",
      "postcode": "2021",
      "country": "Australia",
      "latitude": -33.8944593,
      "longitude": 151.2252255,
      "timeZone": "Australia/Sydney",
      "types": [
        "establishment",
        "point_of_interest",
        "stadium"
      ],
      "description": "Historic outdoor amphitheater known for summer concerts",
      "image": {
        "src": "https://assets.session.services/my-image.jpg",
        "alt": "My Image",
        "width": 1080,
        "height": 1080
      }
    },
    "promoterId": "pmt_01jqpjksnsen9vprw95et60t2m",
    "eventId": "evt_01jps5cgsenjrazw6wswmyspa3",
    "eventSlug": "test-event"
  }
}