Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.12.12, 1.13.3
-
None
-
None
Description
Current Situation
- The JOC Cockpit throws the error: "formats 'now', 'now + HH:mm:[ss]' or 'now + SECONDS' expected for \"Start time\": null" when a user calls the API ./orders/start without specifying the "at" (START_TIME).
- The JOC API documentation includes that the option "at" is optional and that by default it uses the value "now"
Desired Behavior
- The ./orders/start API should use the default value for "at" instead of throwing the error.