This repository has been archived by the owner on Feb 14, 2024. It is now read-only.
POST get_root_domains() Convert to API Endpoint #707
Labels
improvement
This issue or pull request will add or improve functionality, maintainability, or ease of use
💡 Summary
Replace the existing TSQL function with a new REST endpoint that does the same thing
Specifically: Convert "get_root_domains()" TSQL query to an API endpoint
Motivation and context
There are two major reasons to use endpoints in place of sql queries.
Implementation notes
Acceptance criteria
The text was updated successfully, but these errors were encountered: