gitpod.v1.ProjectService

UpdateProjects

Updates multiple projects in a single request.

Use this method to:

  • Modify settings across multiple projects at once
  • Apply configuration changes in batch

Returns successfully updated projects and details about any failures. Each project in the request is processed independently — partial success is possible.

Examples

  • Update multiple projects:

    Updates several projects in one request.

    projects:
      - projectId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047"
        name: "Updated Frontend"
      - projectId: "c1f23g7d-5d78-430e-b5b7-e0949c6eb158"
        name: "Updated Backend"
    
post/gitpod.v1.ProjectService/UpdateProjects

Request body

Response

Success

updatedProjectsGitpodV1Project[] — unresolved $ref

updated_projects contains the successfully updated projects

Changes