- 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 Mission
PATCH
https://api.lootlocker.io/admin/v1/missions/{missionID}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://api.lootlocker.io/admin/v1/missions/2' \
--header 'x-auth-token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"game_id": ,
"type": 1,
"name": "test",
"goals": {
"gold": {
"goal": "00:20:00",
"points": 400,
"assets": []
}
},
"map_id": 2
}'
Response Response Example
{}
Request
Path Params
missionID
stringÂ
required
Example:
2
Header Params
x-auth-token
stringÂ
required
Example:
{{admin_auth_token}}
Body Params application/json
object {0}
Examples
Responses
🟢200Success
application/json
Body
object {0}
Modified at 2024-01-19 12:21:04