Andras Bacsai
c00d5de03e
feat(api): add database environment variable management endpoints
Add CRUD API endpoints for managing environment variables on databases:
- GET /databases/{uuid}/envs - list environment variables
- POST /databases/{uuid}/envs - create environment variable
- PATCH /databases/{uuid}/envs - update environment variable
- PATCH /databases/{uuid}/envs/bulk - bulk create environment variables
- DELETE /databases/{uuid}/envs/{env_uuid} - delete environment variable
Includes comprehensive test suite and OpenAPI documentation.
2026-03-19 23:29:50 +01:00
..
2026-03-18 15:38:59 +01:00
2026-02-28 13:18:44 +01:00
2025-01-10 19:53:13 +01:00
2025-11-18 14:53:49 +01:00
2024-10-28 17:08:24 +01:00
2025-12-03 10:30:12 +01:00
2025-12-11 12:12:43 +01:00
2026-03-16 21:27:10 +01:00
2026-03-19 23:29:50 +01:00
2026-03-18 15:21:59 +01:00
2025-12-27 15:16:58 +01:00
2026-03-18 15:11:19 +01:00
2026-03-18 15:21:59 +01:00
2025-12-12 11:12:19 +01:00
2026-02-25 11:18:46 +01:00
2025-12-02 13:36:32 +01:00
2025-01-10 19:53:13 +01:00
2026-03-03 17:03:46 +01:00
2026-02-28 16:23:58 +01:00
2026-03-18 13:53:01 +01:00
2026-03-12 13:32:43 +01:00
2025-11-27 10:23:46 +01:00