WilliamChen-luckbob opened a new issue #4668:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4668
While I'm creating a new dag by
api(/dolphinscheduler/projects/{projectName}/process/save), I have found that
in response data there is only null while the request was seccessfully send and
achieved code 201 created like this:

In official documentations I have found several ways to send this request.
But I chose the way which UI did to save the dag.
For example, shown below: even in UI(opened by chrome ) , nothing will
return from the response so I cannot achieve the new dag id after creating it.



I have no idea how to get that dag id, I've tried form-data,
x-www-form-urlencoded, json, and also put all the parameters in path
just like which was shown in
issue[#3604](https://github.com/apache/incubator-dolphinscheduler/issues/3604)
I have also checked the source code to see if there is something wrong with
feature 1.3.4 release, but obviously there is a feedback dag id in response .
so why I cannot get the response data? Please give me some help.
**Which version of DolphinScheduler:**
-[1.3.4-release]
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]