DotsDocs
Apps

Update an application's settings

Update an application's payout and refill settings.

POST
/v2/apps/{app_id}/change_settings

Update an application's payout and refill settings.

AuthorizationBasic <token>

In: header

Path Parameters

app_id*string

ID of the app to update.

FormatUUID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v2/apps/string/change_settings" \  -H "Content-Type: application/json" \  -d '{}'
{  "payout_options_exclude_list": [    "string"  ],  "auto_refill_active": true,  "refill_amount": 0,  "refill_threshold": 0}