# Update Message Updates the message identified by . Either the or the field or both must be supplied in the request body. No other fields of the message may be updated. The field of the message will indicate when the message was last modified. Endpoint: PUT /message/edit/{messageId} Version: 1.0 Security: sessionToken ## Path parameters: - `messageId` (string, required) Message ID Example: "60e64ddf98b2350011b0f37f" ## Request fields (application/json): - `message` (any) ## Response 401 fields (application/json): - `messages` (array) ## Response 403 fields (application/json): - `messages` (array) ## Response 404 fields (application/json): - `messages` (array)