Enabling Review Before Completion in Create Package API
Friday, August 17, 2018 at 12:21amHi Team,
While creating a package using REST API. What is the exact configuration that I have to do enable the review before completion feature on the particular package?
Can anyone help me on this?
Thanks in advance.
Reply to: Enabling Review Before Completion in Create Package API
Friday, August 17, 2018 at 06:39amHi Sethuraman, To enable review before completion, you just need to set
"autocomplete":false
in your package JSON. As you can notice, in previous thread, the sample json included that so that it can give you an idea about how it works. :) Hope this could help you! Duo