-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update an existing sandbox #151
Comments
Hey @akshay-8d66 - Unfortunately it's not possible to update existing Sandboxes through the CLI. You can technically do it via the API through a PUT to api/v1/sandboxes/:shortid but authentication can be tricky and we don't have documentation for this yet! |
We need this feature as well for can you provide at least interface shape for that PUT api @JamesACS ? ty |
tried proposed PUT api today without luck any updates on this one @JamesACS ? ty |
Is there a way to update a specific sandbox with code from my local machine? It looks like the Codesandbox CLI always creates a new sandbox. And the APIs don't seem to have a way to do the same.
Is there a
POST https://codesandbox.io/api/v1/sandboxes/:sandbox-id
or something?Thanks!
The text was updated successfully, but these errors were encountered: