Replace the payload values
Replaces the payload values delivered to the SDK. Full replace: the supplied data object entirely overwrites the stored payload — to change one key, read the current payload, modify it, and send the whole object back. An empty object {} clears the payload. Requests are limited to 64 KiB.
Authorizations
Bearer authentication using the project Secret Key (prefixed with sk_, or test_sk_ for sandbox). All v4 public endpoints require the Secret Key — see Authentication. Never expose the Secret Key in client-side code.
Path Parameters
Remote configuration identifier.
Body
Full replacement of the payload values. Must be a JSON object. An empty
object {} clears the payload. Replaces the stored payload in full — to
change one key, read the current payload, modify it, and send the whole
object back. Limited to 64 KiB.
Response
Updated payload values
The payload values: the actual JSON object delivered to the SDK for this configuration. Distinct from the payload mapping, which is the key → type schema.
"remote_config_payload"
"/v4/remote-configurations/82a42dc2-76f6-46c2-b883-846acaf2070a/payload"
"82a42dc2-76f6-46c2-b883-846acaf2070a"
The JSON values served to the SDK. Always a JSON object — {} when
unset, never an array.