I've been reading this documentation related to rate limit in JIRA API.
But one thing that i don't understand, is the limit shared based on domain or is it based on the domain+endpoint?
Say, my Application is trying to hit this endpoint
https://<your-domain>.atlassian.net/rest/api/3/user/search
Does the limit shared between
- <your-domain>,
- <your-domain> and /user, or
- <your-domain> and /user/search?
or maybe there's another thing that the limit is based on?
Thank you in advance.