# UpdateCommunicationConsentRequest

Model ID: `UpdateCommunicationConsentRequest`

Validated partial update for the patient's SMS/phone contact-preference consent.

sms_permitted and phone_permitted are independent, separately-tracked
consents, not one combined toggle — omitting a field leaves its
previously recorded value untouched.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `phone_permitted` | `boolean|null` | No |  |  |  | Yes | Grant (true) or revoke (false) phone-call contact consent, when updating. |
| `sms_permitted` | `boolean|null` | No |  |  |  | Yes | Grant (true) or revoke (false) SMS contact consent, when updating. |

## Example

None declared in canonical OpenAPI.
