From a25bba28dc1c66a054e17ca78a4779a657997221 Mon Sep 17 00:00:00 2001 From: Pere Miquel Brull Date: Wed, 7 Sep 2022 00:24:27 +0200 Subject: [PATCH] Update rest plugin docs (#7273) --- .../views/templates/rest_api/index.html | 24 +------------------ 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/openmetadata-airflow-apis/openmetadata_managed_apis/views/templates/rest_api/index.html b/openmetadata-airflow-apis/openmetadata_managed_apis/views/templates/rest_api/index.html index 1be50acae9f..12b11aa1da5 100644 --- a/openmetadata-airflow-apis/openmetadata_managed_apis/views/templates/rest_api/index.html +++ b/openmetadata-airflow-apis/openmetadata_managed_apis/views/templates/rest_api/index.html @@ -104,19 +104,12 @@

Endpoint:

- {% if api_metadata.form_enctype %} -

Enctype:

- - {% endif %} -

Arguments:

Argument Name - Input Required Description @@ -141,17 +133,6 @@ {% for argument in api_metadata.arguments %} {% if argument.form_input_type == "custom_input"%} {%endif%} {{argument.name}}: - {% if argument.form_input_type == "custom_input"%} - - {% for argument_data in argument.fields%} - {% for key,value in argument_data.items()%} -

{{value}}:


- {%endfor%} - {%endfor%} - - {% else %} - - {% endif %} {{argument.required}} {{argument.description}} @@ -160,7 +141,6 @@ {% for argument in api_metadata.post_arguments %} {{argument.name}} - {{argument.required}} {{argument.description}} @@ -168,9 +148,7 @@ {% else %} No Arguments {% endif %} - -