Update auto-reload settings

Enables, disables, or changes wallet auto-reload. Amounts are expressed in cents and must comply with the limits returned by the GET operation.

Authentication

AuthorizationBearer
API key from https://app.resemble.ai/hub/api

Request

This endpoint expects an object.
enabledbooleanRequired
reload_amount_centsintegerRequired>=0
minimum_balance_threshold_centsintegerRequired>=0
maximum_monthly_spend_centsintegerRequired>=0

Response

Updated auto-reload configuration.

auto_reloadobjectOptional

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
500
Internal Server Error