Two modes of operation: (1) Rename a conversation by providing course_id and course_name - updates all history records in that conversation. (2) Rename a favorite by providing id and favorite_name - updates a single record. If favorite_name is falsy, the field is removed ($unset).
JWT token passed in x-access-token header
Two mutually exclusive modes. Either rename a conversation (course_id + course_name) or rename a favorite (id + favorite_name).
Course identifier for renaming a conversation. Must be paired with course_name.
1750532703472
New name for the conversation. Used with course_id.
"My Renamed Conversation"
ObjectId of the favorite record to rename. Must be paired with favorite_name.
"688b024f7db6fe6e921399e3"
New name for the favorite. If falsy (empty string or null), the favorite_name field is removed via $unset.
"Deployment Guide"