- Auth
- API Keys
- Collectables
- Heroes and Characters
- Game
- Asset Candidates
- Assets
- Bones
- Players
- Leaderboards
- Files
- Feature Toggles
- Universal Player Auth
- Merging
- Rarities
- Preferences
- Platforms
- Progressions
- User
- Organisation
- Link Types
- Events/Missions
- Maps
- White Label Login
- Rewards
- Moderation Reports
- Catalogs
- Currency
- Balances
- Messages
- DLC
- Player Segments
- Character Classes
- Subscriptions
- Player Operations
- Roles
- Title Config
- Items
- Entitlements
- Feedback
- Hosts
- Metadata
- Triggers
- Data Migration
- Twitch Drops
- Notifications
Resolve
Developing
PATCH
https://api.lootlocker.io/admin/game/{game_id}/feedback/type/{type}/id/{id}/resolve
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://api.lootlocker.io/admin/game/10/feedback/type/entity/id/01J0RB8G7F0N11C2F8GFCS6VRP/resolve?category_id=01J0RB8G7F0N11C2F8GFCS6VRP' \
--header 'x-auth-token: ' \
--header 'x-auth-token;'
Response Response Example
{}
Request
Path Params
game_id
stringÂ
required
Example:
10
type
stringÂ
required
Example:
entity
id
stringÂ
required
Example:
01J0RB8G7F0N11C2F8GFCS6VRP
Query Params
category_id
stringÂ
optional
Example:
01J0RB8G7F0N11C2F8GFCS6VRP
Header Params
x-auth-token
stringÂ
optional
Example:
{{admin_auth_token}}
Responses
🟢204No Content
application/json
Body
object {0}
Modified at 2024-06-27 13:21:48