-
Bug
-
Resolution: Duplicate
-
Medium
-
132
-
Summary
src endpoint(API 2.0) returns an error 404 while making a request with a branch name contains a slash symbol
Example:
Branch name: try/slash
curl -u <username>:<password> https://api.bitbucket.org/2.0/repositories/<username>/<repo-name>/src/try/slash/
Returned Status Code: 404 { "type": "error", "error":
}
Branch name: master
curl -u <username>:<password> https://api.bitbucket.org/2.0/repositories/<username>/<repo-name>/src/master/
Returned Status Code: 200 OK
- duplicates
-
BCLOUD-9969 Get commit/{revision} API does not accept branch names with "/" (BB-10992)
- Gathering Impact
- is duplicated by
-
BCLOUD-15358 REST API 2.0 to get raw content of an individual file on fails in case of slash in the branch name.
- Closed