-
Task
-
Resolution: Not a Bug
-
Major
-
None
-
7.24.0.Final
-
3
-
undefined
-
NEW
-
NEW
Hi,
We want to automate the tasks - Import Project, Build and Deploy in Business Central. I can find the API's here in the link - https://docs.jboss.org/drools/release/7.24.0.Final/drools-docs/html_single/#knowledge-store-rest-api-con_decision-tables
I was able to create the project using the API. I don't see an exact end point for IMPORT. I have the following questions -
1) I see an option for CLONE ([POST] /spaces/{spaceName}/git/clone) - can I use this to import my repository?
2) If I am using the CLONE option, the body needs a git:// url, username and password. Would this be the source repository url? - Can I use a local filesystem path (eg: C:\repo) here in place of git:// path?
Thanks