ironmansoftware / universal-automation

Universal Automation is the PowerShell-first automation platform.
https://ironmansoftware.com/universal-automation/
MIT License
24 stars 4 forks source link

API parameter input - Support Json #112

Open dcherry88 opened 4 years ago

dcherry88 commented 4 years ago

Describe the solution you'd like

Would like to be able to submit parameters for scripts via API as json format.

Describe how this would improve your Universal Automation Quality of Life

The ability to format out larger sets of parameters in json for organization and readability would benefit some of the jobs I anticipate using Universal Automation for.

Additional context

Example json: { "param1": "test1", "param2": "test2" }