apps
Update an application's settings
Update an application’s payout and refill settings.
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
ID of the app to update.
Body
application/json
List of payout options to exclude
Enable or disable auto refill
Amount to refill when the threshold is reached
Required range:
1000 <= x <= 1000000
Threshold for triggering a refill
Required range:
1000 <= x <= 1000000