Computer environments

Update a computer environment

Edit an environment's name and/or Dockerfile. Re-build it for the changes to take effect on a computer. Guest callers are denied (a write).

patch/projects/{projectId}/computer-environments/{environmentId}

Path parameters

projectIdstring required

ID of the hosted project that contains the server.

environmentIdstring required

Computer environment ID, as returned by the project's environment list.

Request body

OR

Response

The updated environment.

idstring required
projectIdstring required
namestring required
dockerfilestring required
contentHashstring required
sharing'user' | 'project' required

user = a personal draft; project = shared with the whole project.

isOwnerboolean required
createdAtnumber required
updatedAtnumber required

Changes