Dear Team ,
is it possible to trigger an analysis from a specific collectorId ?
about the API, there a request that return all bookmark id ( ```
/api/v1/app/{/bookmarks}`) but we cannot use thoses bookmarks anywhere else in the api, why?
The API endpoint POST /collectors/{id}/load
will load an existing collection from the repository and analyze that collection.
An app bookmark can be used in a POST /collectors call when creating a new collection. I can’t think of another API call where a bookmark would be useful. Do you have a specific idea?