This section provides information about the room_query_update feature. It allows users to update their room queries with the latest information.

  • Update Method: Users can update their room queries by sending a POST request to /room_query_update.
  • Required Parameters:
    • room_id: Unique identifier for the room.
    • new_query: New query details to be updated.
  • Example Usage:
    • To update a room query with room_id 123, send a POST request to /room_query_update with room_id=123 and new_query="Updated query details".

For more information on how to use this feature, please refer to our API Documentation.

Example Room