-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Labels
π TriageIssues that need assessment and prioritization.Issues that need assessment and prioritization.
Description
Error Message and Logs
The documentation for GET /api/v1/projects claims the endpoint returns an environments array in each project object, but the actual API response only includes id, uuid, name, and description.
Environment
- Coolify Version: 4.0.0-beta.455
- API Endpoint:
GET /api/v1/projects - Documentation: https://coolify.io/docs/api-reference/api/operations/list-projects
Steps to Reproduce
Reproduction Steps
curl -H "Authorization: Bearer $COOLIFY_API_TOKEN" \
-H "Accept: application/json" \
https://your-coolify-instance.com/api/v1/projects | jq '.[0]'Actual Response
{
"id": 1,
"uuid": "oo0kg4wcscoko480c80c0w4o",
"name": "Redash",
"description": ""
}Note: The environments field is not present.
Example Repository URL
No response
Coolify Version
v4.0.0-beta.455
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
No response
Additional Information
No response
coderabbitai
Metadata
Metadata
Assignees
Labels
π TriageIssues that need assessment and prioritization.Issues that need assessment and prioritization.