Sign in

Update room message

documented

Updates a specific message in the chat room.

PUT /rooms/{room_id}/messages/{message_id}Roomsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

I located the official Chatwork API documentation for updating a chat message. The base URL is https://api.chatwork.com/v2, and the endpoint for updating a message is PUT /rooms/{room_id}/messages/{message_id} at https://api.chatwork.com/v2/rooms/{room_id}/messages/{message_id}, with authentication via the X-ChatWorkToken header. The update uses body data (e.g., the body parameter) sent in the request body (not as a query parameter). See the official docs for reference: turn1view0, turn2view0, turn0search3.
Update room message · Chatwork · OpenIntegrations