Update client contact method
Changes the method's value. Answers **200** with the updated resource. Changing the value clears only the method's *permanent* bounce block, if any - a temporary rate-limit block is untouched.
**Body** (JSON):
- `value` (string, required, max 255) - validated against the method's own channel.
`channel` is **never** accepted here: it is derived from the resolved method and a `channel` field in the body answers 422. Requires a full-access token. A method resolved through another Client's url, or a Contact id, answers 404.
Authentication
AuthorizationBearer
Personal access token created in the Modular DS dashboard; read-only tokens can only call GET endpoints.
Path parameters
client_id
contact_method_id
Request
This endpoint expects an object.
value
Response
200 - Method updated
data
jsonapi

