@signalhousellc/sdk 1.0.32 → 1.0.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/domains/Campaigns.js +1 -1
package/package.json
CHANGED
package/src/domains/Campaigns.js
CHANGED
|
@@ -94,7 +94,7 @@ export class Campaigns {
|
|
|
94
94
|
* @roles signalhouse
|
|
95
95
|
* @param {Object} params - The parameters for rejecting the campaign
|
|
96
96
|
* @param {string} params.campaignId - The ID of the campaign to reject
|
|
97
|
-
* @param {import('../SignalHouseSDK').RequestOptions} [params.options] - Additional options for the request
|
|
97
|
+
* @param {import('../SignalHouseSDK').RequestOptions} [params.options] - Additional options for the request (body should include { rejectionReason })
|
|
98
98
|
* @throws {Error} Throws an error if the campaignId parameter is missing
|
|
99
99
|
* @returns {Promise<Object>} The response from the server
|
|
100
100
|
*/
|