-
Bug
-
Resolution: Fixed
-
Low
-
9.5.0
-
1
-
Severity 3 - Minor
-
Issue Summary
The Create pull request REST API documentation defines author as field that can be specified in the request payload.
However, this is actually not an allowed field for the request and will in fact respond with an error if specified.
NOTE: Only versions 9.5 and up of the Bitbucket REST docs are affected.
Steps to Reproduce
View the Create pull request REST API documentation.
Expected Results
The author field should not be in the documented request payload.
Actual Results
The author field is in the documented request payload.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available