Expand description
Environment DTOs.
Request/response types for the /api/v1/environments CRUD endpoints. The
runtime state structs (EnvironmentsState, EnvironmentsRouterState) and
the axum handler functions remain in the API crate.
Structs§
- Create
Environment Request - Body for
POST /api/v1/environments. - List
Environments Query - Query for
GET /api/v1/environments. - Update
Environment Request - Body for
PATCH /api/v1/environments/{id}. All fields are optional.