gitpod.v1.ProjectService

ListProjectEnvironmentClasses

Lists environment classes of a project.

Use this method to:

  • View all environment classes of a project

Examples

  • List project environment classes:

    Shows all environment classes of a project.

    projectId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047"
    pagination:
      pageSize: 20
    
post/gitpod.v1.ProjectService/ListProjectEnvironmentClasses

Query parameters

pageSizeinteger
tokenstring

Request body

projectIdstring uuid

project_id specifies the project identifier

Response

Success

GitpodV1ListProjectEnvironmentClassesResponse required— unresolved $ref

Changes