Open rmporsch opened 3 years ago
As a side question to this PR: This seems not to be the correct way to do it. Since the value seems to be passed as string if I am not wrong. So how would I pass a nested dict in the body? Is the value ever serialized?
@Hironsan not sure who the right person for this is but would love to get this merged.
Given we have the following request body:
The following method is unable to replace "{{ text }}" with the appropriate text.
The proposed changes would address this issue.
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
My test cases
Test A:
Test B
Checklist: