Update own hub notification preferences
hub-memberships
Update own hub notification preferences
Merge the supplied notification preference keys into the contact’s prefs.
Allowed keys: email, daily_digest, mobile. Returns 422 when the request contains an unknown key. Returns 404 when the contact has no membership row for this hub.
The merge is additive — keys not present in the request body are preserved.
PATCH
Update own hub notification preferences
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/vnd.api+json
Request body for PATCH /notification-prefs.
The service validates that all keys are in the allowed set {email, daily_digest, mobile}. Unknown keys raise HubMembershipsValidationError → 422.