Files
formbricks-formbricks/docs
Matti Nannt 1830fc044b fix: update V2 API OpenAPI paths to include full prefixes
- Update all management API paths to include /management prefix
- Update all organizations API paths to include /organizations prefix
- Remove path-level server overrides that API clients don't handle properly
- Delete unused managementServer and organizationServer definitions
- Fix circular reference in ZConditionGroup schema for OpenAPI generation

This fixes the issue where API clients were calling /api/v2/responses
instead of /api/v2/management/responses, causing 404 errors.
2025-12-15 12:16:57 +01:00
..
2025-11-24 10:59:27 +00:00

Formbricks Documentation

This documentation is built using Mintlify. Here's how to run it locally and contribute.

Local Development

  1. Install the Mintlify CLI:
npm i -g mintlify
  1. Clone the Formbricks repository and navigate to the docs folder:
git clone https://github.com/formbricks/formbricks.git
cd formbricks/docs
  1. Run the documentation locally:
mintlify dev

The documentation will be available at http://localhost:3000.

Contributing

  1. Create a new branch for your changes
  2. Make your documentation updates
  3. Submit a pull request to the main repository

Troubleshooting

  • If Mintlify dev isn't running, try mintlify install to reinstall dependencies
  • If a page loads as a 404, ensure you're in the docs folder with the mint.json file
  • For other issues, please check our Contributing Guidelines