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
* This method has been deprecated in favor of {@link com.dotcms.rest.api.v1.workflow.WorkflowResource#fireActionDefault(HttpServletRequest, HttpServletResponse, String, String, long, SystemAction, FireActionForm)}
1588
-
* @param request
1589
-
* @param response
1590
-
* @param params
1588
+
*
1589
+
* Note: The requestBody parameter is for OpenAPI documentation only and is not used in the implementation.
1590
+
* The actual request body is processed from request.getInputStream() in the singlePUTandPOST method.
1591
+
* The @RequestBody annotation uses required=false to maintain backward compatibility with clients
1592
+
* that may not send a request body, as per OpenAPI 3.0.3 specification (default is false).
1593
+
*
1594
+
* @param request HTTP servlet request
1595
+
* @param response HTTP servlet response
1596
+
* @param params URL parameters for content update
1597
+
* @param requestBody Request body parameter for OpenAPI documentation only (not used in implementation)
@@ -1630,14 +1637,21 @@ public Response singlePUT(@Context HttpServletRequest request,
1630
1637
1631
1638
/**
1632
1639
* This method has been deprecated in favor of {@link com.dotcms.rest.api.v1.workflow.WorkflowResource#fireActionDefault(HttpServletRequest, HttpServletResponse, String, String, long, SystemAction, FireActionForm)}
1633
-
* @param request
1634
-
* @param response
1635
-
* @param params
1640
+
*
1641
+
* Note: The requestBody parameter is for OpenAPI documentation only and is not used in the implementation.
1642
+
* The actual request body is processed from request.getInputStream() in the singlePUTandPOST method.
1643
+
* The @RequestBody annotation uses required=false to maintain backward compatibility with clients
1644
+
* that may not send a request body, as per OpenAPI 3.0.3 specification (default is false).
1645
+
*
1646
+
* @param request HTTP servlet request
1647
+
* @param response HTTP servlet response
1648
+
* @param params URL parameters for content creation
1649
+
* @param requestBody Request body parameter for OpenAPI documentation only (not used in implementation)
0 commit comments