Convert API
documentedConvert a conversation to the newer API version.
POST /api/conversation/convert_api/CONV_IDConversationsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://fleep.io/api/conversation/convert_api/{{$conv_id}}?ticket={{FLEEP_TICKET}}" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json"