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> |
||
|---|---|---|
| .. | ||
| Api | ||
| Webhook | ||
| Controller.php | ||
| MagicController.php | ||
| OauthController.php | ||
| UploadController.php | ||