# Redocly Museum API

Imaginary, but delightful Museum API for interacting with museum services and information. Built with love by Redocly.

Version: 1.1.1
License: MIT

## Servers

```
https://api.fake-museum-example.com/v1.1
```

## Security

### MuseumPlaceholderAuth

Type: http
Scheme: basic

## Download OpenAPI description

[Redocly Museum API](https://edgraph-design.redocly.app/_bundle/openapi.yaml)

## Operations

Operational information about the museum.

### Get museum hours

 - [GET /museum-hours](https://edgraph-design.redocly.app/openapi/operations/getmuseumhours.md): Get upcoming museum operating hours.

## Events

Special events hosted by the museum.

### Create special events

 - [POST /special-events](https://edgraph-design.redocly.app/openapi/events/createspecialevent.md): Creates a new special event for the museum.

### List special events

 - [GET /special-events](https://edgraph-design.redocly.app/openapi/events/listspecialevents.md): Return a list of upcoming special events at the museum.

### Get special event

 - [GET /special-events/{eventId}](https://edgraph-design.redocly.app/openapi/events/getspecialevent.md): Get details about a special event.

### Update special event

 - [PATCH /special-events/{eventId}](https://edgraph-design.redocly.app/openapi/events/updatespecialevent.md): Update the details of a special event.

### Delete special event

 - [DELETE /special-events/{eventId}](https://edgraph-design.redocly.app/openapi/events/deletespecialevent.md): Delete a special event from the collection. Allows museum to cancel planned events.

## Tickets

Museum tickets for general entrance or special events.

### Buy museum tickets

 - [POST /tickets](https://edgraph-design.redocly.app/openapi/tickets/buymuseumtickets.md): Purchase museum tickets for general entry or special events.

### Get ticket QR code

 - [GET /tickets/{ticketId}/qr](https://edgraph-design.redocly.app/openapi/tickets/getticketcode.md): Return an image of your ticket with scannable QR code. Used for event entry.

