Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Bug]: List Projects API documentation is incorrectΒ #7702

@topher200

Description

@topher200

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    πŸ” TriageIssues that need assessment and prioritization.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions