Two questions that I can't seem to find answers to:

  1. Is there a specification posted for the web API that API.cs and api.py is based off of?
  2. Is it possible to add to the "backtests/create" endpoint the ability to take a map of parameters to values? This would make the API a lot more powerful. Right now I have to copy a locally modified backtest with a new param value and then send a file contents update request -> compile request -> create backtest request when all I want to do is use the already compile backtest but with a new param value

Author