Project

General

Profile

Actions

BUG #4303

open

[SQA] API /output/v1.0.0/rename-title: Returns 500 error and exposes internal route paths

Added by Aman Bhuiyan about 1 month ago.

Status:
Pending
Priority:
High
Category:
bug
Target version:
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

  1. Send a PATCH request to /output/v1.0.0/rename-title with an invalid or non-existent fieldId.
  2. 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

Also available in: Atom PDF