I am trying to create a repository with rest call
type: POST url : http://localhost:8080/jbpm-console/rest/repositories/ body: { "name":"new-repo", "description":"new project", "userName":null, "password":null, "requestType":"new", "gitURL":null } authorization: basic Auth
but the outcome of this call is
WARN [org.jboss.resteasy.core.ExceptionHandler] (default task-16) failed to execute: javax.ws.rs.WebApplicationException: HTTP 404 Not Found at org.guvnor.rest.backend.ProjectResource.checkOrganizationalUnitExistence(ProjectResource.java:589) [guvnor-rest-backend-6.2.0.Final.jar:6.2.0.Final] at org.guvnor.rest.backend.ProjectResource.createOrCloneRepository(ProjectResource.java:194) [guvnor-rest-backend-6.2.0.Final.jar:6.2.0.Final] at org.guvnor.rest.backend.ProjectResource$Proxy$_$$_WeldClientProxy.createOrCloneRepository(Unknown Source) [guvnor-rest-backend-6.2.0.Final.jar:6.2.0.Final] ....................