Ludoria
    • auth
      • Login
        POST
      • Facebook Auth
        GET
      • Google Auth
        GET
      • Discord Auth
        GET
      • Apple Auth
        GET
    • achievements
      • List all achievements
      • Retrieve an achievement
      • Create an achievement
      • Update an achievement
      • Delete an achievement
    • activity-logs
      • List all activity log entries
      • Retrieve an activity log entry
      • Create an activity log entry
      • Update an activity log entry
      • Delete an activity log entry
    • badges
      • List all badges
      • Retrieve a badge
      • Create a badge
      • Update a badge
      • Delete a badge
    • backlog
      • List all backlog entries
      • Retrieve a backlog entry
      • Create a backlog entry
      • Update a backlog entry
      • Delete a backlog entry
    • blogs
      • List all blogs
      • Retrieve a blog post
      • Create a blog post
      • Update a blog post
      • Delete a blog
    • changelog
      • List all changelog entries
      • Retrieve a changelog entry
      • Create a changelog entry
      • Update a changelog entry
      • Delete a changelog entry
    • feedback
      • List all feedback
      • Retrieve a feedback
      • Create a feedback
      • Update a feedback
      • Delete a feedback
    • subscriptions
      • List all subscriptions
      • Retrieve a subscription
      • Create a subscription
      • Update a subscription
      • Delete a subscription
    • subscriptions offers
      • List all subscriptions
      • Retrieve a subscription offer
      • Create a subscription offer
      • Update a subscription offer
      • Delete a subscription
    • games
      • stats
        • List all game stats
        • Retrieve a game's stats
        • Create a game's stats
        • Upsert a game's stats
        • Update a game's stats
        • Increment a game's stats
        • Decrement a game's stats
        • Delete a game's stats
      • List games
      • Query Games
      • Popular Games
    • lists
      • liked games lists
        • List all lists
        • Retrieve a list
        • Like a game
        • Update a list
        • Remove game from list
      • played games lists
        • List all played games
        • Retrieve a played game
        • Add a played game
        • Update a played game
        • Remove a played game
      • personalized lists
        • List all lists
        • Retrieve a list
        • Create a list
        • Add game to list
        • Update a list
        • Delete a list
        • Remove game from list
    • reviews
      • List all reviews
      • List all reviews by game
      • Retrieve a review
      • Create a review
      • Like a review
      • Update a review
      • Delete a review
    • ratings
      • List all ratings
      • List all ratings by game
      • Retrieve a rating
      • Retrieve the overall rating of a game
      • Create a rating
      • Update a rating
      • Delete a rating
    • residents
      • lists
        • liked games lists
          • List all lists
          • Retrieve a list
          • Like a game
          • Update a list
          • Remove game from list
        • played games lists
          • List all played games
          • Retrieve a played game
          • Add a played game
          • Update a played game
          • Remove a played game
        • personalized lists
          • List all lists
          • Retrieve a list
          • Create a list
          • Add game to list
          • Update a list
          • Delete a list
          • Remove game from list
      • reviews
        • List all reviews
        • List all reviews by game
        • Retrieve a review
        • Add a review
        • Update a review
        • Delete a review
      • ratings
        • List all ratings
        • List all ratings by game
        • Retrieve a rating
        • Retrieve the overall rating of a game
        • Add a rating
        • Update a rating
        • Delete a rating
      • List all residents
      • Retrieve resident profile
      • Create a resident
      • Update a resident
      • Delete a resident
    • roles
      • List all roles
      • Retrieve a role
      • Create a role
      • Update a role
      • Delete a role
    • waitlist
      • List all waitlists
      • Retrieve a waitlist
      • Create a waitlist
      • Update a waitlist
      • Delete a waitlist
      • List all waitlists entries
      • List a waitlist's entries
      • Retrieve a waitlist entry
      • Join a waitlist
      • Update a waitlist entry
      • Leave a waitlist
    • Schemas
      • Pagination
      • List
      • Date Metadata
      • Game Stats
      • Deleted Item
      • List Item
      • Achievement
      • Activity Log
      • Backlog
      • Badge
      • Blog
      • Blog with Author
      • Changelog
      • Feedback
      • Rating
      • Resident
      • Resident Basic Info
      • Review
      • Role
      • Subscription
      • Subscription Offer
      • Waitlist
      • Waitlist Entry
      • Waitlist with Entries

    Feedback

    {
        "id": "string",
        "name": "string",
        "email": "user@example.com",
        "message": "string",
        "type": "POSITIVE",
        "status": "PENDING",
        "priority": "LOW"
    }
    Built with