You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api-surface-audit.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ explicit.
23
23
|`POST /api/search`|`SearchController`| search indexed documents | intended product-facing endpoint | Core retrieval API for the current Strata slice. |
24
24
|`GET /api/documents/{id}`|`DocumentsController`| fetch a known document | intended product-facing endpoint | Supports document viewing after search or direct lookup. |
25
25
|`POST /api/index-jobs`|`IndexJobsController`| create indexing work | intended product-facing endpoint | Current request shape is intentionally minimal for the early product slice. |
26
-
|`GET /api/index-jobs/{id}`|`IndexJobsController`| read indexing job status | intended product-facing endpoint | Supports current operational verification of indexing flow. |
26
+
|`GET /api/index-jobs/{id}`|`IndexJobsController`| read indexing job status | intended product-facing endpoint | Supports current operational verification of indexing flow, including retry accounting. |
27
27
|`GET /openapi/v1.json`|`MapOpenApi()` in `Program.cs`| development-time API description | development-only support endpoint | Present only in Development; useful for inspection, not part of the stable product contract. |
0 commit comments