# Update Conversation **POST /conversations/{id}** Update a conversation by its id. ## Servers - https://getcody.ai/api/v1: https://getcody.ai/api/v1 () ## Authentication methods - Api key ## Parameters ### Path parameters - **id** (string) Id of the conversation ### Body: application/json (object) To use focus mode, add a list of document IDs to limit bot's knowledge base for this conversation. - **name** (string) - **bot_id** (string) - **document_ids** (array[string]) Only documents that exist in the folders the bot has access to are allowed. You can give bot access to all folders if you wish to limit documents from your whole knowledge base. ## Responses ### 200 OK #### Body: application/json (object) - **data** (object) ### 422 Request valiadtion failure. #### Body: application/json (object) - **message** (string) - **errors** (object) [Powered by Bump.sh](https://bump.sh)