SbloodyS commented on code in PR #13529:
URL: 
https://github.com/apache/dolphinscheduler/pull/13529#discussion_r1098360239


##########
docs/docs/zh/guide/task/http.md:
##########
@@ -26,6 +26,16 @@
 | 校验内容     | 当校验条件选择自定义响应码、内容包含、内容不包含时,需填写校验内容   |
 | 自定义参数    | 是 http 局部的用户自定义参数,会替换脚本中以 ${变量} 的内容 |
 
+## 任务输出参数
+
+| **任务参数** |       **描述**        |
+|----------|---------------------|
+| response | VARCHAR, http请求返回结果 |

Review Comment:
   ```suggestion
   | **任务参数** |       **描述**        |
   |--------------|-----------------|
   | response | VARCHAR, http请求返回结果 |
   ```



##########
docs/docs/en/guide/task/http.md:
##########
@@ -16,12 +16,24 @@ This node is used to perform http type tasks such as the 
common POST and GET req
 
 - Please refer to [DolphinScheduler Task Parameters Appendix](appendix.md) 
`Default Task Parameters` section for default parameters.
 
-|    **Parameter**     |                                                       
                 **Description**                                                
                        |
-|----------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|---|--------------------|---|---|-------------------------|-----------------------------------------------------------------------------------------------|
-| Request address      | HTTP request URL.                                     
                                                                                
                        |
-| Request type         | Supports GET, POSt, HEAD, PUT, DELETE.                
                                                                                
                           || Request parameters | Supports Parameter, Body, 
Headers. || Verification conditions | Supports default response code, custom 
response code, content included, content not included. |
-| Verification content | When the verification condition selects a custom 
response code, the content contains, and the content does not contain, the 
verification content is required. |
-| Custom parameter     | It is a user-defined parameter of http part, which 
will replace the content with `${variable}` in the script.                      
                           |
+|      **Parameter**      |                                                    
                    **Description**                                             
                           |
+|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| Request address         | HTTP request URL.                                  
                                                                                
                           |
+| Request type            | Supports GET, POSt, HEAD, PUT, DELETE.             
                                                                                
                           |

Review Comment:
   ```suggestion
   | Request type            | Supports GET, POST, HEAD, PUT, DELETE.           
                                                                                
                             |
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to