Scripts

Update script config

Updates config settings for a script

post/api/v1/scripts/config

Headers

Authenticationstring required

API Key

Request body

hwid_reset_cooldowninteger
killswitchboolean
linkvertise_enabledboolean
linkvertise_key_durationinteger
linkvertise_user_idinteger
lootlabs_api_keystring
lootlabs_enabledboolean
lootlabs_key_durationinteger
trialboolean
workink_api_keystring
workink_enabledboolean
workink_key_durationinteger

Example request

{
  "hwid_reset_cooldown": 86400,
  "linkvertise_enabled": true,
  "linkvertise_key_duration": 86400,
  "linkvertise_user_id": 123456,
  "lootlabs_api_key": "your-api-key",
  "lootlabs_enabled": true,
  "lootlabs_key_duration": 86400,
  "workink_api_key": "your-api-key",
  "workink_enabled": true,
  "workink_key_duration": 86400
}

Response

Update result

messagestring
successboolean

Example response

{
  "message": "Operation completed",
  "success": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.