Nest Changelog

1.1.24

4/6/2022

1.1.25

4/11/2022

6 added endpoints
Added endpoints

GET /offers/{guid}/partners

Get a list of partners that are part of this offer

GET /offers/{guid}/campaigns

Get a list of campaigns that are part of this offer

PUT /offers/{offerGuid}/partners/{partnerId}

Include this partner in this offer

Guard: admin

DELETE /offers/{offerGuid}/partners/{partnerId}

Remove this partner from this offer

Guard: admin

PUT /offers/{offerGuid}/campaigns/{campaignGuid}

Include this campaign in this offer

Guard: admin

DELETE /offers/{offerGuid}/campaigns/{campaignGuid}

Remove this campaign from this offer

Guard: admin

WORK IN PROGRESS