Module Openapi Export has wrong title

In a project with multiple modules, the export section in each module has the project as title and not the module. This leads to all module based openapi exports having the same wrong title.

Reproduce

  1. Create project named foo
  2. Create a module named bar
  3. Create a module named baz
  4. Export the openapi specifications of baz via the export on the module overview tab.

Expected Behaviour

  1. The title in the “Export/Backup API Specification”-Section should be “baz”.
  2. After exporting the openapi specification file, the info → title should be “baz”.

Current

  1. The title in the “Export/Backup API Specification”-Section is “foo”
  2. After exporting the openapi specification file, the info → title is “baz”.

We have several module in a project and manual exports always needs manipulation to be useful which is error prone. Would be great if you could fix that.

Best regards,
Fritz

The export via export API is working correct with projectId and moduleId

Thank you for your feedback, we will locate and fix this issue.