darkreactions/ESCALATE

API: create exp from template

Opened this issue · 1 comments

Need an API endpoint that mimics the form-based experiment instantiation

Possible solution

GET api/template/uuid <-- one of these per template

User edits local json 

POST to api/template/uuid/create
	Server:
        (Validate input)
        Copy the template
	iterate through both together
		replace values in copy with values in payload