BundlesAuth required
updateBundlePartialPartially Update a Bundle
PATCH
https://api.blueink.com/api/v2/bundles/{bundleSlug}/Partially Update a Bundle
PATCH/bundles/:bundleSlug/
Partially update selected Bundle fields.
Allowed fields:
teamexpirescc_sendercc_emailssend_remindersreminder_offsetreminder_intervalreminder_expiresowner
Notes:
- Only Bundles in
dr(Draft) orse(Sent) status can be updated. - Full updates (
PUT) are not supported. UsePATCH. ownerupdates are restricted to account admins.teamupdates require the Teams feature.- Reminder fields require the Reminders feature.
- For Sent (
se) Bundles, updatingexpireschanges the date while preserving the existing time-of-day.
Request
Responses
- 200
- 400
- 404
The updated Bundle
Bad Request. Possible causes include:
- invalid or disallowed fields in request body
- Bundle status does not allow updates
- account feature requirements not met (Teams or Reminders)
- invalid owner/team/expires value
Not found response