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