This commit is contained in:
2026-04-20 21:47:53 +09:00
parent 252d8bbc3c
commit 3bfaa0a01d
+6 -7
View File
@@ -21,12 +21,12 @@
<p class="tls-landing-error text-bright-red font-small">{{ error }}</p>
{% endif %}
<p class="tls-landing-links">
<a href="#usage-notes" class="text-tx-alt text-underline">注意事項</a>
<a href="#api-docs" class="text-tx-alt text-underline">API</a>
<a href="#notes" class="text-tx-alt text-underline">注意事項</a>
<a href="#api" class="text-tx-alt text-underline">API</a>
</p>
</section>
<section id="usage-notes" class="tls-aux-section">
<section id="notes" class="tls-aux-section">
<div class="block">
<h2 class="font-large">注意事項</h2>
<ul>
@@ -39,15 +39,14 @@
</div>
</section>
<section id="api-docs" class="tls-aux-section">
<section id="api" class="tls-aux-section">
<div class="block">
<h2 class="font-large">API</h2>
<p class="text-tx-alt">APIからも同等の機能が使用可能です。APIはJSON形式で返答します。</p>
<p>APIからも同等の機能が使用可能です。APIはJSON形式で返答します。</p>
<pre><code>POST /api/tools/tls-test/scan
Content-Type: application/json
{"target": "example.com"}</code></pre>
<p class="text-tx-alt">次のエンドポイントで進捗・結果を取得することができます。</p>
<p>次のエンドポイントで進捗・結果を取得することができます。</p>
<pre><code>GET /api/tools/tls-test/status/{test_id}
GET /api/tools/tls-test/results/{test_id}</code></pre>
</div>