From 610d665aae3a702259ef6a2fb9a460f1f6d4bc55 Mon Sep 17 00:00:00 2001 From: Sumit Kumar Date: Wed, 26 Jan 2022 12:59:07 +0530 Subject: [PATCH] add query params to form.json (#10574) --- .../restApiPlugin/src/main/resources/form.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/server/appsmith-plugins/restApiPlugin/src/main/resources/form.json b/app/server/appsmith-plugins/restApiPlugin/src/main/resources/form.json index e7d7412921..e90447c7a0 100644 --- a/app/server/appsmith-plugins/restApiPlugin/src/main/resources/form.json +++ b/app/server/appsmith-plugins/restApiPlugin/src/main/resources/form.json @@ -15,6 +15,11 @@ "configProperty": "datasourceConfiguration.headers", "controlType": "KEY_VAL_INPUT" }, + { + "label": "Query Params", + "configProperty": "datasourceConfiguration.queryParameters", + "controlType": "KEY_VAL_INPUT" + }, { "label": "Send Authentication Information Key (Do not edit)", "configProperty": "datasourceConfiguration.properties[0].key",