coolify/app/Http/Controllers/Api
Andras Bacsai 9e3467578f feat: add environment_uuid support and update API documentation
- Introduced `environment_uuid` as a required field in various API endpoints and schemas.
- Updated descriptions to clarify that either `environment_name` or `environment_uuid` must be provided.
- Modified routes and controller methods to accommodate the new UUID parameter.
- Adjusted frontend components to utilize `environment_uuid` for better consistency and clarity.
- Removed deprecated fields related to environment handling.

This change enhances the API's flexibility in identifying environments, improving overall usability.
2024-12-17 13:42:16 +01:00
..
ApplicationsController.php feat: add environment_uuid support and update API documentation 2024-12-17 13:42:16 +01:00
DatabasesController.php feat: add environment_uuid support and update API documentation 2024-12-17 13:42:16 +01:00
DeployController.php fix: root + read:sensive could read senstive data with a middlewarew 2024-12-09 11:10:35 +01:00
OpenApi.php fix: uuid in api docs type 2024-07-24 21:10:32 +02:00
OtherController.php fix: version should come from constants + fix stripe webhook error reporting 2024-11-25 11:28:08 +01:00
ProjectController.php feat: add environment_uuid support and update API documentation 2024-12-17 13:42:16 +01:00
ResourcesController.php fix: service status indicator + oauth saving 2024-12-13 12:03:10 +01:00
SecurityController.php fix: root + read:sensive could read senstive data with a middlewarew 2024-12-09 11:10:35 +01:00
ServersController.php fix: service status indicator + oauth saving 2024-12-13 12:03:10 +01:00
ServicesController.php feat: add environment_uuid support and update API documentation 2024-12-17 13:42:16 +01:00
TeamController.php fix: root + read:sensive could read senstive data with a middlewarew 2024-12-09 11:10:35 +01:00