[PR #4804] fix: remove escape characters from strings in api #24649

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

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

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

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
**Original Pull Request:** https://github.com/langgenius/dify/pull/4804 **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 Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue)
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#24649