Skip to main content

Create special events

POST 

/special-events

Creates a new special event for the museum.

Request

Body

required
    name EventNamerequired

    Name of the special event

    location EventLocationrequired

    Location where the special event is held

    eventDescription EventDescriptionrequired

    Description of the special event

    dates date[]required

    List of planned dates for the special event

    price floatrequired

    Price of a ticket for the special event

Responses

Success

Schema
    eventId uuidrequired

    Identifier for a special event.

    name EventNamerequired

    Name of the special event

    location EventLocationrequired

    Location where the special event is held

    eventDescription EventDescriptionrequired

    Description of the special event

    dates date[]required

    List of planned dates for the special event

    price floatrequired

    Price of a ticket for the special event

Loading...