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:
     
-        - {{airflow_webserver_base_url}}{{rest_api_endpoint}}?api={{api_metadata.name}}
+        
- {{airflow_webserver_base_url}}{{rest_api_endpoint}}{{api_metadata.name}}
         {% if api_metadata.http_method != 'POST' %}{% for argument in api_metadata.arguments %}{% if argument.name != 'set' %}&{{argument.name}}
         {% if argument.form_input_type != 'checkbox' %}=value{% endif %}{% endif %}{% if argument.form_input_type =='custom_input'%}&cmd={{argument.name}}
         {% for argument_data in argument.fields%}&{{argument_data.keys()[0]}}=value{%endfor%}{% endif %}{% endfor %}{% endif %}
-    {% if api_metadata.form_enctype %}
-Enctype:
-        
-            - {{api_metadata.form_enctype}}-
-    {% endif %}
-Arguments: