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"> <section id="api" class="tls-aux-section">
<div class="block"> <div class="block">
<p>APIからも同等の機能が使用可能です。APIはJSON形式で返答します。</p> <p>APIからも同等の機能が使用可能です。APIはJSON形式で返答します。</p>
<pre><code>POST /api/tools/tls-test/scan <pre>POST /api/tools/tls-test/scan<br>Content-Type: application/json<br>{"target": "example.com"}</pre>
Content-Type: application/json
{"target": "example.com"}</code></pre>
<p>次のエンドポイントで進捗・結果を取得することができます。</p> <p>次のエンドポイントで進捗・結果を取得することができます。</p>
<pre><code>GET /api/tools/tls-test/status/{test_id} <pre>GET /api/tools/tls-test/status/{test_id}<br>GET /api/tools/tls-test/results/{test_id}</pre>
GET /api/tools/tls-test/results/{test_id}</code></pre>
</div> </div>
</section> </section>
{% endblock %} {% endblock %}