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 2022/08/01 07:01:17 UTC

[GitHub] [dolphinscheduler] fuchanghai commented on issue #11208: [Improvement][swagger] Now the interface document returns only the generic template

fuchanghai commented on issue #11208:
URL: https://github.com/apache/dolphinscheduler/issues/11208#issuecomment-1200793508

   @SbloodyS Although after your modification, I can only see the unified return structure。
   ```json
   
   {
   	"code": 0,
   	"data": {},
   	"failed": true,
   	"msg": "",
   	"success": true
   }
   ```
    i mean as a ui,even if some default values ​​of f12 are null, the front end cannot judge the type of the parameter, nor does it know the meaning of each attribute of the object in 'data'.so why i open this issue


-- 
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