Skip to main content

Module projects

Module projects 

Source
Expand description

Project CRUD API DTOs.

Structs§

CreateProjectRequest
Body for POST /api/v1/projects.
LinkDeploymentRequest
Body for POST /api/v1/projects/{id}/deployments.
ProjectPullResponse
Response body for POST /api/v1/projects/{id}/pull.
UpdateProjectRequest
Body for PATCH /api/v1/projects/{id}. All fields are optional.