Domina REST API
    Domina REST API
    • Documentation
    • Auth
      • registration
        POST
      • login
        POST
      • logout
        POST
      • password-reset/initiate
        POST
      • password-reset/verify
        POST
      • password-reset/complete
        POST
    • User
      • Booking
        • index
      • LoyaltyCard
        • show
      • LoyaltyPoints
        • index
      • Tikets
        • index
        • show
        • create
        • update
      • show
        GET
      • update
        PATCH
    • Venue
      • index
      • show
      • facets
    • Page
      • show
    • Post
      • index
      • show
    • Property
      • index
      • show
    • Program
      • index
    • Location
      • index
    • Navigation
      • index
    • Awards
      • index
    • Request
      • create
    • Spa
      • index
      • show
    • Special
      • index
      • show
    • Schemas
      • Meta
        • MetaPagination
        • MetaFile
        • MetaImage
        • MetaImageData
      • Response
        • ResponseError
      • Page
      • Property
      • Program
      • Venue
      • Special
      • Spa
      • Post
      • Navigation
      • Location
      • Tag
      • Award
      • User
      • Booking
      • LoyaltyCard
      • LoyaltyLevel
      • LoyaltyPoint
      • Ticket
      • TicketComment

    Venue

    {
        "id": 0,
        "slug": "string",
        "name": "string",
        "description": "string",
        "content": "string",
        "image": {
            "xs": {
                "url": "string",
                "url_webp": "string",
                "width": 0,
                "height": 0
            },
            "sm": {
                "url": "string",
                "url_webp": "string",
                "width": 0,
                "height": 0
            },
            "md": {
                "url": "string",
                "url_webp": "string",
                "width": 0,
                "height": 0
            },
            "lg": {
                "url": "string",
                "url_webp": "string",
                "width": 0,
                "height": 0
            },
            "xl": {
                "url": "string",
                "url_webp": "string",
                "width": 0,
                "height": 0
            }
        },
        "gallery": [
            {
                "xs": {
                    "url": "string",
                    "url_webp": "string",
                    "width": 0,
                    "height": 0
                },
                "sm": {
                    "url": "string",
                    "url_webp": "string",
                    "width": 0,
                    "height": 0
                },
                "md": {
                    "url": "string",
                    "url_webp": "string",
                    "width": 0,
                    "height": 0
                },
                "lg": {
                    "url": "string",
                    "url_webp": "string",
                    "width": 0,
                    "height": 0
                },
                "xl": {
                    "url": "string",
                    "url_webp": "string",
                    "width": 0,
                    "height": 0
                }
            }
        ],
        "sort": 0,
        "type": "conference_hall",
        "natural_lighting": true,
        "property_ids": [
            0
        ]
    }
    Built with