# Update special event Update the details of a special event. Endpoint: PATCH /special-events/{eventId} Version: 1.1.1 Security: MuseumPlaceholderAuth ## Path parameters: - `eventId` (string, required) Identifier for a special event. Example: "dad4bce8-f5cb-4078-a211-995864315e39" ## Request fields (application/json): - `name` (string) Name of the special event. - `location` (string) Location where the special event is held. - `eventDescription` (string) Description of the special event. - `dates` (array) List of planned dates for the special event. Example: ["2023-10-29"] - `price` (number) Price of a ticket for the special event. ## Response 200 fields (application/json): - `eventId` (string, required) 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 400 fields (application/problem+json): - `type` (string) Example: "object" - `title` (string) Example: "Validation failed" ## Response 404 fields (application/problem+json): - `type` (string) Example: "object" - `title` (string) Example: "Validation failed"