Microsoft Azure DevOps Repo: Search or filter by repo name
I'm trying to incorporate search repos by name feature in my application but I'm unable to find those REST API's.
We are able to call this API to get repos information. https://dev.azure.com/{ORG}/{PRO}/_apis/git/repositories/{repo}
for example. We have incorporated search repos of Github but unable to figure it our for azure,
I've referred this doc https://learn.microsoft.com/en-us/rest/api/azure/devops/search/?view=azure-devops-rest-7.0 but it says more about the code search results , work item search results and wiki search results which are inapplicable for us.
https://docs.github.com/en/rest/search?apiVersion=2022-11-28#search-repositories.