- 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
Append a price to a catalog item
PUT
https://api.lootlocker.io/admin/game/{game_id}/catalog/price
economy
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.lootlocker.io/admin/game//catalog/price' \
--header 'x-auth-token: ' \
--header 'x-auth-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": "1000",
"game_id": ,
"currency_id": "01H7T1GFYRQ26AK669X1WRA182",
"catalog_item_id": "01H7T1DF12FF9ZP079P2C0Q4PF"
}'
Response Response Example
{
"id": "01GSAY8VWMKHH8FBGEWW8WF3WX",
"name": "my catalog",
"game_id": 123,
"created_at": "2023-02-15T16:24:39Z"
}
Request
Path Params
game_id
stringÂ
required
Header Params
x-auth-token
stringÂ
required
Example:
{{admin_auth_token}}
Body Params application/json
object {0}
Examples
Responses
🟢200Successful request
application/json
Body
id
stringÂ
required
name
stringÂ
required
game_id
integerÂ
required
created_at
stringÂ
required
Modified at 2024-09-19 16:56:49