Actions
BUG #4303
open[SQA] API /output/v1.0.0/rename-title: Returns 500 error and exposes internal route paths
Start date:
03/09/2026
Due date:
% Done:
0%
Estimated time:
Description
Description¶
Module/Section: API → /output/v1.0.0/rename-title
Profile: API
Issue Category: Functional
The /output/v1.0.0/rename-title API endpoint returns a 500 Internal Server Error when an invalid or non-existent fieldId is supplied.
Additionally, the error response exposes internal route paths, which poses a potential security risk.
Steps to Reproduce¶
- Send a PATCH request to
/output/v1.0.0/rename-titlewith an invalid or non-existentfieldId. - Observe the 500 error response and the exposed internal route details.
Expected Result¶
The API should return a controlled error response (e.g., 400 Bad Request) and must not expose internal route paths or backend details.
Actual Result¶
The API returns a 500 Internal Server Error and exposes internal route paths, creating a potential security risk.
Root Cause¶
Impacted Area¶
Attachments¶
No data to display
Actions