Forum Discussion
damd
3 years agoNew Member
Custom Connectors - API url + body
Hi, I am working on a custom connector for PowerBI to get Data from an API. I'd like to specify both the url and the json body I created a working version that only takes the url as parameter. E...
- 3 years ago
I found a workaround by setting request_body as optional, although this field is mandatory in this case...
damd
3 years agoNew Member
I found a workaround by setting request_body as optional, although this field is mandatory in this case...
- v-yanjiang-msft3 years agoCommunity Support
Hi damd ,
Glad you solve the problem by yourself, would you like accept your workaroud as solution? More people who have the same requirment will find the solution quickly and benefit here, thank you!
Best Regards,
Community Support Team _ kalyj- mkenn3 years agoFrequent Visitor
Hi v-yanjiang-msft ,
is there any way to make the second field (in this case the request_body) mandatory or must all fields (except of the url field) be optional by default?
Best regards,
mkenn