Hi there,
I am having the same problem. I am receiving all details of repository with "/rest-service/repositories-v1/{name}
but when I try "/rest-service/repositories-v1/browse/{repo}/{path:.*$}" I get error saying:
<code>NotFound</code><message>Crucible SCM repository {Repo} not found.</message>
what is the expected path for thhis command?
and how to check if repo name I am providing, is Crucible SCM plugin repository?
Do I need to install any plugin for this to work?
The message you received indicates that you left {repo} unchanged. Seems like you have to replace {repo} with some real repository name, as well as you should replace {path:.*$} with some existing repository path or leave it empty. For example:
/rest-service/repositories-v1/browse/my-super-repo/src/main.java
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.