Skip to content

Conversation

@murataslan1
Copy link
Contributor

Summary

The GET /api/v1/projects endpoint documentation incorrectly referenced the full Project schema which includes environments, but the actual API only returns id, uuid, name, and description.

Changes

  • Added a new ProjectListItem schema for the list endpoint
  • Updated the /projects endpoint to reference ProjectListItem
  • Updated the PHP OpenAPI annotation to match

Related Issue

Fixes #7702

The GET /api/v1/projects endpoint documentation incorrectly
referenced the full Project schema which includes environments,
but the actual API only returns id, uuid, name, and description.

This commit:
- Adds a new ProjectListItem schema for the list endpoint
- Updates the /projects endpoint to reference ProjectListItem
- Updates the PHP OpenAPI annotation to match

Fixes coollabsio#7702
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: List Projects API documentation is incorrect

1 participant