- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for post$doc (0.04 sec)
-
src/main/java/org/codelibs/fess/app/web/api/admin/searchlist/ApiAdminSearchlistAction.java
* * @param body the document data to create * @return JSON response containing the created document ID */ // POST /api/admin/searchlist/doc @Execute public JsonResponse<ApiResult> post$doc(final CreateBody body) { validateApi(body, messages -> {}); if (body.doc == null) { throwValidationErrorApi(messages -> messages.addErrorsCrudFailedToCreateCrudTable(GLOBAL, "doc is required"));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 12.2K bytes - Viewed (0)