{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block content %}
| Name | {{ object.name }} |
|---|---|
| Enabled | {% if object.enabled %} {% else %} {% endif %} |
| Create | {% if object.type_create %} {% else %} {% endif %} |
|---|---|
| Update | {% if object.type_update %} {% else %} {% endif %} |
| Delete | {% if object.type_delete %} {% else %} {% endif %} |
| HTTP Method | {{ object.get_http_method_display }} |
|---|---|
| Payload URL | {{ object.payload_url }} |
| HTTP Content Type | {{ object.http_content_type }} |
| Secret | {{ object.secret|placeholder }} |
| SSL Verification | {% if object.ssl_verification %} {% else %} {% endif %} |
|---|---|
| CA File Path | {{ object.ca_file_path|placeholder }} |
| {{ ct }} |
{{ object.additional_headers }}
{{ object.body_template }}