This commit is contained in:
2026-04-20 21:52:08 +09:00
parent 189f9c8a6c
commit c217207df4
+2 -6
View File
@@ -42,13 +42,9 @@
<section id="api" class="tls-aux-section">
<div class="block">
<p>APIからも同等の機能が使用可能です。APIはJSON形式で返答します。</p>
<pre><code>POST /api/tools/tls-test/scan
Content-Type: application/json
{"target": "example.com"}</code></pre>
<pre>POST /api/tools/tls-test/scan<br>Content-Type: application/json<br>{"target": "example.com"}</pre>
<p>次のエンドポイントで進捗・結果を取得することができます。</p>
<pre><code>GET /api/tools/tls-test/status/{test_id}
GET /api/tools/tls-test/results/{test_id}</code></pre>
<pre>GET /api/tools/tls-test/status/{test_id}<br>GET /api/tools/tls-test/results/{test_id}</pre>
</div>
</section>
{% endblock %}