mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-20 23:21:09 +00:00
Fixes #6847 The API endpoints for environment variables were rejecting valid fields like is_buildtime, is_runtime, is_multiline, and is_shown_once with 422 errors, even though the code was using these fields internally. Changes: - Added missing fields to $allowedFields in create_env() - Added missing fields to $allowedFields in update_env_by_uuid() - Updated allowed fields in create_bulk_envs() - Added validation rules for is_runtime and is_buildtime 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
176 KiB
176 KiB