samagra-comms / uci-apis

Unified Communications Interface (UCI) is a system that powers governments to create and manage conversations with citizens and with its own officials. Through UCI governments can seamlessly setup simple and complex conversations using a multi-channel approach. UCI aims to democratize the use of different communication channels such as WhatsApp, Telegram, SMS, email for governance use cases through a standard configurable manner that is reusable and scalable across all governance use cases.
12 stars 30 forks source link

null description in searchbot api #115

Closed geeky-abhishek closed 1 year ago

geeky-abhishek commented 1 year ago

While creating a bot we provide bot description and purpose but in bot search result in bot details these two keys were null for all bots

geeky-abhishek commented 1 year ago

CURL for search bot curl 'http://159.65.151.114:9999/admin/bot/search?perPage=10&page=1' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-GB,en-US;q=0.9,en;q=0.8,hi;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:3000' \ -H 'Referer: http://localhost:3000/' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36' \ -H 'admin-token: dR67yAkMAqW5P9xk6DDJnfn6KbD4EJFVpmPEjuZMq44jJGcj65' \ -H 'asset: bot' \ -H 'authorization: 1WW61VevZkGwWweWNwlkvLSlbZ8Shx7Xtz6NJ6XFqTDtSuOje2jzW9A_' \ -H 'ownerID: 8f7ee860-0163-4229-9d2a-01cef53145ba' \ -H 'ownerOrgID: org01' \ --compressed \ --insecure

chinmoy12c commented 1 year ago

This is tracked by #119