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.
Payload to update secrets in a conversation.
Dictionary mapping secret keys to values
Show child attributes
A secret looked up from some external url
"LookupSecret"
Optional description for this secret
Successful Response
Was this page helpful?