-
Enhancement
-
Resolution: Done
-
Major
-
6.4
-
None
-
None
As a result of https://issues.jboss.org/browse/RHBPMS-4534, we had to slightly change the HTTP methods for the deploy operation. The documentation (https://access.redhat.com/documentation/en/red-hat-jboss-bpm-suite/6.4/paged/development-guide/chapter-21-remote-api) currently describes {{deployment/
{id}/deploy}} POST operation which can accept the deployment descriptor in the request body. This has been changed and now there are two methods:
- POST method which does not accept any request body
- PUT method which does accept the body
This was needed to make the parameter-less method work on EAP7.
- documents
-
RHBPMS-4534 [GSS][6.4.x] Error creating deployment using REST API with Business Central on EAP 7
- Verified