Skip to main content
Unary · Projects 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.

Endpoint

Send a Bearer token as described in Authentication. If your organization uses a custom management-plane domain, replace https://app.ona.com with that domain.

Request example

Request

gitpod.v1.UpdateProjectsRequest

Response

gitpod.v1.UpdateProjectsResponse
EnvironmentInitializer specifies how an environment is to be initializedgitpod.v1.EnvironmentInitializer
gitpod.v1.Project
gitpod.v1.Project.UsedBy
gitpod.v1.ProjectEnvironmentClass
gitpod.v1.ProjectMetadata
ProjectPrebuildConfiguration defines how prebuilds are created for a project. Prebuilds create environment snapshots that enable faster environment startup times.gitpod.v1.ProjectPrebuildConfiguration
RecommendedEditors contains the map of recommended editors and their versions.gitpod.v1.RecommendedEditors
gitpod.v1.UpdateProjectRequest
gitpod.v1.UpdateProjectsResponse.Failure