cisagov / pe-reports

Automated process to build and distribute Posture & Exposure Reports' bi-weekly to customers.
Creative Commons Zero v1.0 Universal
17 stars 6 forks source link

PUT Set org to demo #607

Closed cduhn17 closed 1 year ago

cduhn17 commented 1 year ago

💡 Summary

Add new REST endpoints that mirror existing sql queries and replace existing sql query with REST Specifically: Convert "set_org_to_demo()" 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

arng4108 commented 1 year ago

Endpoint has been completed and pushed to the api-extended branch