cURL
curl --request POST \ --url https://api.example.com/api/conversations/{conversation_id}/secrets \ --header 'Content-Type: application/json' \ --data '{ "secrets": {} }'
{ "success": true }
Update secrets for a conversation.
Documentation IndexFetch the complete documentation index at: https://allhandsai-feat-plugin-via-agent-context-example.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://allhandsai-feat-plugin-via-agent-context-example.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Payload to update secrets in a conversation.
Dictionary mapping secret keys to values
Show child attributes
Successful Response
Was this page helpful?