You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need an API endpoint to upload files generated by code executions to the DB GridStore. Similar to the existing /api/v1/experiments/:id/files endpoint.
The existing endpoint is specific for experiment files only. We need one for codes executions. Refactoring some components of the existing endpoint may allow for code re-use.
The text was updated successfully, but these errors were encountered:
Added PUT endpoint `/execapi/v1/executions/:id/files in development branch.
This was needed to resolve issue #597. This issue will be closed when the assigned development branch (jay-m-dev/Aliro fix-code-executions) is merged.
Need an API endpoint to upload files generated by code executions to the DB GridStore. Similar to the existing
/api/v1/experiments/:id/files
endpoint.The existing endpoint is specific for experiment files only. We need one for codes executions. Refactoring some components of the existing endpoint may allow for code re-use.
The text was updated successfully, but these errors were encountered: