Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for post$setting (0.05 seconds)

  1. src/main/java/org/codelibs/fess/app/web/api/admin/scheduler/ApiAdminSchedulerAction.java

         * @param body the scheduler data to create
         * @return JSON response containing the created scheduler setting ID
         */
        // POST /api/admin/scheduler/setting
        @Execute
        public JsonResponse<ApiResult> post$setting(final CreateBody body) {
            validateApi(body, messages -> {});
            body.crudMode = CrudMode.CREATE;
            final ScheduledJob entity = getScheduledJob(body).orElseGet(() -> {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:55:54 GMT 2026
    - 10.7K bytes
    - Click Count (0)
Back to Top