Browse Source

fix(meta): remove http oAuth duplicate body definition

Signed-off-by: Jiyong Huang <huangjy@emqx.io>
Jiyong Huang 2 years ago
parent
commit
615473a08c
2 changed files with 0 additions and 30 deletions
  1. 0 15
      etc/sinks/rest.json
  2. 0 15
      etc/sources/httppull.json

+ 0 - 15
etc/sinks/rest.json

@@ -277,21 +277,6 @@
                 "en_US": "Expire Time",
                 "zh_CN": "过期时间"
               }
-            },
-            {
-              "name": "body",
-              "default": "",
-              "optional": true,
-              "control": "textarea",
-              "type": "string",
-              "hint": {
-                "en_US": "The body of access token request",
-                "zh_CN": "访问令牌请求的正文"
-              },
-              "label": {
-                "en_US": "Access token request Body",
-                "zh_CN": "访问令牌请求的正文"
-              }
             }
           ]
         },

+ 0 - 15
etc/sources/httppull.json

@@ -306,21 +306,6 @@
 								"en_US": "Expire Time",
 								"zh_CN": "过期时间"
 							}
-						},
-						{
-							"name": "body",
-							"default": "",
-							"optional": true,
-							"control": "textarea",
-							"type": "string",
-							"hint": {
-								"en_US": "The body of access token request",
-								"zh_CN": "访问令牌请求的正文"
-							},
-							"label": {
-								"en_US": "Access token request Body",
-								"zh_CN": "访问令牌请求的正文"
-							}
 						}
 					]
 				},