Skip to main content
PATCH
Update own hub notification preferences

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

hub_id
string
required

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, push}. Unknown keys raise HubMembershipsValidationError → 422.

prefs
Prefs · object
required

Response

Successful Response

data
JsonApiResource[HubMembershipAttributes] · object
required
included
any[] | null
meta
Meta · object | null