# New special event added Publish details of a new or updated event. Endpoint: POST publishNewEvent Version: 1.2.1 Security: MuseumPlaceholderAuth ## Request fields (application/json): - `eventId` (string) Identifier for a special event. - `name` (string, required) Name of the special event. - `location` (string, required) Location where the special event is held. - `eventDescription` (string, required) Description of the special event. - `dates` (array, required) List of planned dates for the special event. Example: ["2023-10-29"] - `price` (number, required) Price of a ticket for the special event. ## Response 202 fields