From 616bb8d014b86dfabe14c4724e9a38c143caaf21 Mon Sep 17 00:00:00 2001 From: CaffeineFueled Date: Wed, 9 Apr 2025 20:03:38 +0200 Subject: [PATCH] CHANGE position of API information --- templates/dns_records.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/dns_records.html b/templates/dns_records.html index 734b824..d7bbb49 100644 --- a/templates/dns_records.html +++ b/templates/dns_records.html @@ -270,6 +270,15 @@ Reset + +
+

API Endpoints

+

Get all DNS entries: /api/dns

+

Get filtered DNS entries: /api/dns?record_type=A&domain=example.com

+

Filter by upload: /api/dns?upload_id={upload_id}

+

Show all records (no deduplication): /api/dns?deduplicate=false

+

Get unique filter values: /api/dns/types

+

DNS Records {{ entries|length }} @@ -328,15 +337,6 @@ {% else %}

No DNS entries found. Please upload a CSV file to get started.

{% endif %} - -
-

API Endpoints

-

Get all DNS entries: /api/dns

-

Get filtered DNS entries: /api/dns?record_type=A&domain=example.com

-

Filter by upload: /api/dns?upload_id={upload_id}

-

Show all records (no deduplication): /api/dns?deduplicate=false

-

Get unique filter values: /api/dns/types

-