gitpod.v1.ProjectService
UpdateProject
Updates a project's configuration.
Use this method to:
- Modify project settings
- Update environment class
- Change project name
- Configure initializers
Examples
-
Update project name:
Changes the project's display name.
projectId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047" name: "New Project Name" -
Update environment class:
Changes the project's environment class.
projectId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047" environmentClass: environmentClassId: "d2c94c27-3b76-4a42-b88c-95a85e392c68"
post/gitpod.v1.ProjectService/UpdateProject
Request body
GitpodV1UpdateProjectRequest required— unresolved $ref
Response
Success