Skip to content

Conversation

@Harikrishnan1367709
Copy link
Contributor

Problem

API documentation at /docs/api/reference-* was showing projectId in request schemas while Swagger documentation correctly showed environmentId, causing inconsistency.

Solution

Updated apps/docs/api.json to replace projectId with environmentId for all database service endpoints:

  • /postgres.create
  • /mysql.create
  • /redis.create
  • /mongo.create
  • /mariadb.create

Changes

  • Updated field definitions in OpenAPI schema
  • Updated required fields arrays
  • Ensures consistency between Swagger and API docs
Screenshot 2025-10-21 at 12 58 56 PM

Fixes #2855

…tId with environmentId in all database service endpoints (postgres, mysql, redis, mongo, mariadb) to match the actual implementation and Swagger documentation.
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.

1 participant