Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Repo Connection ID
Body
Container configuration for the repository.
List of workspaces in the repository.
Missing environment variables that (may) be required for this repository to run correctly.
Qualified environment variables and values that should be set for this repository to run correctly.
Response
OK
The repository manifest contains container configuration and workspace definitions for a repository.
Container configuration specifying the base image and setup commands.
List of workspaces within the repository. Each workspace represents a buildable unit of code.
List of required languages found in Repository.
List of discovered ContainerizedServices. Services can be explicitly started when creating a Devbox.
Missing environment variables that (may) be required for this repository to run correctly.
Qualified environment variables and values that should be set for this repository to run correctly.
