v1

latestOpenAPI 3.0.0Apache 2.02026-07-2410185524.2 KB
Campaigns

update config

Update a subkey of the config. This will overwrite the entire value of the key

For custom components:

RaiselyComponents.api.one('campaigns', '{campaign}').one('config', '{attribute}').patch('{attribute}', data = {}, params = {}, headers = {}) => Promise<{result}>

:fa-gears: See Restie Response Data for a more detailed overview of responses through the client wrapper

patch/campaigns/{campaign}/config/{attribute}

Path parameters

campaignstring required

The uuid, path or domain of the campaign to associate with the request

attributestring required

The campaign key to update

Headers

Authorizationstring

A valid HTTP Bearer token, required to access private records.

Response

The updated config object for that key

dataobject

The updated config for that key