PATCH /v2/clients/:id Update a client's mutable attributes. Only `name` is mutable. Path params: id (required) — Client identifier. Request: { "data": { "type": "client", "id": "string (must match path id)", "attributes": { "name": "string" } } } Response (204 No Content): Empty body.