How to call REST API through postman to create index in Azure?

前端 未结 1 2013
感情败类
感情败类 2021-01-24 10:40

I am creating an application where I need to call REST API related to create data source as mentioned here: https://docs.microsoft.com/en-us/azure/search/search-howto-indexing-

相关标签:
1条回答
  • 2021-01-24 11:15

    You're posting to the wrong URL try the following

    https://[service name].search.windows.net/datasources?api-version=2016-09-01
    
    0 讨论(0)
提交回复
热议问题