Skip to main content
PATCH
Update configuration

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

adminConfiguration
integer
required

Admin configuration ID.

Body

application/json
value
string
required

Non-negative numeric value. Over-limit account pricing accepts up to two decimal places.

Pattern: ^\d+(\.\d{1,2})?$
Example:

"5.00"

Response

Configuration updated.

message
string
required
Example:

"Configuration updated."

data
object
required
Last modified on July 20, 2026