Expand description
DTOs for the variables API.
Variables are plaintext key-value pairs for template substitution in deployment specs. Unlike secrets, variable values are NOT encrypted and are fully visible in API responses.
Variables can be global (scope = None) or project-scoped
(scope = Some(project_id)).
Structs§
- Create
Variable Request - Body for
POST /api/v1/variables. - List
Variables Query - Query for
GET /api/v1/variables. - Update
Variable Request - Body for
PATCH /api/v1/variables/{id}. All fields are optional.