[PR #4809] fix: remove escape characters from strings in api #24650

Closed
opened 2026-02-21 20:23:24 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/4809

State: closed
Merged: No


Description

When setting the API swagger, the interface request is post, and the value corresponding to the submitted parameter key is object type. When converting the job string to object, # remove the escape character from the string, otherwise an error will be reported

Fixes # (issue)

Type of Change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

**Original Pull Request:** https://github.com/langgenius/dify/pull/4809 **State:** closed **Merged:** No --- # Description When setting the API swagger, the interface request is post, and the value corresponding to the submitted parameter key is object type. When converting the job string to object, # remove the escape character from the string, otherwise an error will be reported Fixes # (issue) ## Type of Change - [x] Bug fix (non-breaking change which fixes an issue) # How Has This Been Tested?
yindo added the pull-request label 2026-02-21 20:23:24 -05:00
yindo closed this issue 2026-02-21 20:23:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#24650