- 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 Bones
PATCH
https://api.lootlocker.io/admin/v1/game/2/bones
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://api.lootlocker.io/admin/v1/game/2/bones' \
--header 'x-auth-token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"bones": [
{
"bone": {
"name": "AN1"
},
"parameters": [
{
"name": "P1",
"value": null,
"type": "string"
},
{
"name": "P2",
"value": "2",
"type": "number"
}
],
"game_id": "2"
}
]
}'
Response Response Example
{}
Request
Header Params
x-auth-token
stringÂ
required
Example:
{{admin_auth_token}}
Body Params application/json
bones
array [object {3}]Â
required
bone
objectÂ
optional
parameters
array [object {3}]Â
optional
game_id
stringÂ
optional
Examples
Responses
🟢200Success
application/json
Body
object {0}
Modified at 2024-01-19 12:21:04