Skip to main content
PUT
Update Remote Setting

Authorizations

Authorization
string
header
required

Standard HTTP Bearer token authentication header (e.g. Authorization: Bearer pk_live_...).

Path Parameters

id
integer
required

Unique database ID of the remote setting record.

Body

application/json
config
object
required

Replacement configuration object.

status
enum<string>
Available options:
active,
inactive

Response

Remote setting updated.

success
boolean
Example:

true

data
object