docs: fix 3003 reference in pipeline module, regenerate HTML/WASM

This commit is contained in:
Accusys
2026-05-19 23:22:09 +08:00
parent ba68cd2548
commit 8b53e815b8
3 changed files with 6 additions and 6 deletions

View File

@@ -72,7 +72,7 @@ Returns per-step `done` / `pending` status with detail counts.
#### Example
```bash
curl "http://localhost:3003/api/v1/stats/ingestion-status/bd80fec9c42afb0307eb28f22c64c76a" | jq '.steps[] | {name, status, detail}'
curl "$API/api/v1/stats/ingestion-status/bd80fec9c42afb0307eb28f22c64c76a" | jq '.steps[] | {name, status, detail}'
```
#### Response
@@ -122,4 +122,4 @@ The following routes are defined in source code but are **NOT** currently mounte
| `/api/v1/who/candidates` | `who.rs` |
---
*Updated: 2026-05-19 12:49:24*
*Updated: 2026-05-19 23:21:51*

View File

@@ -245,7 +245,7 @@ a { color: #0066cc; }
<p>Returns per-step <code>done</code> / <code>pending</code> status with detail counts.</p>
<h4>Example</h4>
<div class="codehilite"><pre><span></span><code>curl<span class="w"> </span><span class="s2">&quot;http://localhost:3003/api/v1/stats/ingestion-status/bd80fec9c42afb0307eb28f22c64c76a&quot;</span><span class="w"> </span><span class="p">|</span><span class="w"> </span>jq<span class="w"> </span><span class="s1">&#39;.steps[] | {name, status, detail}&#39;</span>
<div class="codehilite"><pre><span></span><code>curl<span class="w"> </span><span class="s2">&quot;</span><span class="nv">$API</span><span class="s2">/api/v1/stats/ingestion-status/bd80fec9c42afb0307eb28f22c64c76a&quot;</span><span class="w"> </span><span class="p">|</span><span class="w"> </span>jq<span class="w"> </span><span class="s1">&#39;.steps[] | {name, status, detail}&#39;</span>
</code></pre></div>
<h4>Response</h4>
@@ -339,7 +339,7 @@ a { color: #0066cc; }
</tbody>
</table>
<hr />
<p><em>Updated: 2026-05-19 12:49:24</em></p>
<p><em>Updated: 2026-05-19 23:21:51</em></p>
</div>
</body>
</html>

View File

@@ -72,7 +72,7 @@ Returns per-step `done` / `pending` status with detail counts.
#### Example
```bash
curl "http://localhost:3003/api/v1/stats/ingestion-status/bd80fec9c42afb0307eb28f22c64c76a" | jq '.steps[] | {name, status, detail}'
curl "$API/api/v1/stats/ingestion-status/bd80fec9c42afb0307eb28f22c64c76a" | jq '.steps[] | {name, status, detail}'
```
#### Response
@@ -122,4 +122,4 @@ The following routes are defined in source code but are **NOT** currently mounte
| `/api/v1/who/candidates` | `who.rs` |
---
*Updated: 2026-05-19 12:49:24*
*Updated: 2026-05-19 23:21:51*