-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: None
-
None
Accepted URL params will be:
legacy format
- csid (1 or more)
- repo (repository name)
e.g.http://localhost:6060/foo/cru/create?csid=1234&repo=test
new format
- csid (1 or more, of the form //repo/csid - %2F is '/' URL encoded)
e.g.http://localhost:6060/foo/cru/create?csid=%2F%2Frepoa%2F1234&csid=%2F%2Frepob%2F7583
Note that a mixture of old/new format is also accepted
optional params
- title (review title)
- description (review description)
- is related to
-
CRUC-43 Webservice API for Reviews
- Closed