-
Suggestion
-
Resolution: Unresolved
-
None
-
1
-
Hi,
I'm an author of the plugin for integration with JetBrains IDE's
We're trying to support comment likes in the plugin, however there's no an endpoint for this in the REST API. We tried to use "https://bitbucket.org/!api/internal/repositories/.../.../pullrequests/.../likes", which is used in the web interface, however it reports "This endpoint does not support token-based authentication. Status=403" error.
Could you please add "official" endpoint for this into the API, or make the internal one working with token-based authentication at least?