You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/07/26 05:16:26 UTC

[GitHub] [dolphinscheduler] dailidong commented on issue #2597: [BUG] bug title API post requests do not support json format

dailidong commented on issue #2597:
URL: https://github.com/apache/dolphinscheduler/issues/2597#issuecomment-886383239


   > How to config complex json parameters on HTTP node?
   > 
   > ![image](https://user-images.githubusercontent.com/5425689/125010426-0f862600-e099-11eb-93f9-8c4bc28a24f1.png)
   > Above configurations will be transfer to
   > 
   > ```
   > {
   >     "text":"{\"content\":\"test content\"}",
   >     "type":"text"
   > }
   > ```
   > 
   > But what I want is:
   > 
   > ```
   > {
   >     "text":{
   >         "content":"test content"
   >     },
   >     "type":"text"
   > }
   > ```
   
   sorry for reply late, you can covert the content of text to json on the back-end or do you have any suggestions?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org