Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Path Parameters
Body
application/json
Update an existing message’s text and is_finished flag. The caller must own the message (matched by member_id). Only the ‘message’ and ‘is_finished’ fields are applied on update; other fields are ignored to keep the payload schema reusable.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.