Member Mute Space
community-spaces-member
Member Mute Space
Toggle the mute preference for this contact's space membership.
Expects JSON:API envelope:
{data: {type: 'space_member_states', attributes: {is_muted: bool}}}
Returns 200 with the updated member state on success.
Returns 404 if the contact is not a member of the space.
Returns 403 if the contact is banned/soft-banned from the hub.
PATCH
Member Mute Space
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/vnd.api+json
JSON:API PATCH body: {data: {type: 'space_member_states', attributes: {is_muted}}}.