API: create exp from template
Opened this issue · 1 comments
miketynes commented
Need an API endpoint that mimics the form-based experiment instantiation
miketynes commented
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