- 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
Update Game Config
POST
https://api.lootlocker.io/admin/game/{game_id}/config/{config_key}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.lootlocker.io/admin/game//config/google_play_store' \
--header 'x-auth-token: ' \
--header 'x-auth-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"connected_account_id": "acct_1PBIKeQFtceSK9Yb",
"enabled": true
}'
Response Response Example
200 - General - General
{}
Request
Path Params
game_id
stringÂ
required
config_key
stringÂ
required
Example:
google_play_store
Header Params
x-auth-token
stringÂ
required
Example:
{{admin_auth_token}}
Body Params application/json
object {0}
Examples
Responses
🟢200General
application/json
Body
object {0}
🟢200External Auth
🟢200External Auth Google
🟢200External Auth Apple
🟢200Assets config
🟢200IAP Apple App Store
🟢200IAP Google Play Store
🟢200IAP Steam Store
Modified at 2024-05-17 14:05:54