- 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
- Tiers
- Players
- Characters
- Asset Instances
- Get All ProgressionsGET
- Get Progression By IDGET
- Create ProgressionPOST
- Update ProgressionPUT
- 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 Progression
PUT
https://api.lootlocker.io/admin/game/{{dev_game_id}}/progressions/{{progression_id}}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request PUT 'https://api.lootlocker.io/admin/game//progressions/{{progression_id}}' \
--header 'x-auth-token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "some_other_key",
"name": "some_other_name",
"active": true,
"allow_game_writes": true,
"allow_api_writes": true
}'
Response Response Example
{}
Request
Header Params
x-auth-token
stringÂ
required
Example:
{{admin_auth_token}}
Body Params application/json
key
stringÂ
required
name
stringÂ
required
active
booleanÂ
required
allow_game_writes
booleanÂ
required
allow_api_writes
booleanÂ
required
Examples
Responses
🟢200Success
application/json
Body
object {0}
Modified at 2024-01-19 12:21:04