-
Bug
-
Resolution: Fixed
-
Low
-
4.14.3
-
None
-
Severity 3 - Minor
-
The response and request examples for the
/rest/api/1.0/projects/{projectKey}/repos/{repositorySlug}/settings/hooks/{hookKey}/settings
are either wrong or missing for the PUT and GET operations.
The endpoint allows free-form JSON to be stored in a format that the relevant hook can understand, and returns this on a GET.
Form Name |
---|
[BSERV-9651] Repository Hook Settings REST endpoint documentation examples are incorrect
Workflow | Original: Stash Workflow - Restricted [ 1770565 ] | New: JAC Bug Workflow v3 [ 3137367 ] |
Symptom Severity | Original: Minor [ 14432 ] | New: Severity 3 - Minor [ 15832 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: To be reviewed [ 10026 ] | New: Closed [ 6 ] |
Fix Version/s | New: 5.0.0 [ 66696 ] | |
Fix Version/s | Original: 5.1.0 [ 71491 ] |
Fix Version/s | New: 5.1.0 [ 71491 ] | |
Fix Version/s | Original: 5.0.0 [ 66696 ] |
Status | Original: In Progress [ 3 ] | New: To be reviewed [ 10026 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Fix Version/s | New: 5.0.0 [ 66696 ] |
Status | Original: Needs Triage [ 10030 ] | New: Open [ 1 ] |
Description |
Original:
The response and request examples for the
{{/rest/api/1.0/projects/\{projectKey}/repos/\{repositorySlug}/settings/hooks/\{hookKey}/settings}} are either wrong or missing for the PUT and GET operations. The endpoint allows free-form JSON to be stored in a format that the relevant hook can understand, and returns this on a GET. |
New:
https://developer.atlassian.com/static/rest/bitbucket-server/4.14.0/bitbucket-rest.html#idm45183780413776
The response and request examples for the {{/rest/api/1.0/projects/\{projectKey}/repos/\{repositorySlug}/settings/hooks/\{hookKey}/settings}} are either wrong or missing for the PUT and GET operations. The endpoint allows free-form JSON to be stored in a format that the relevant hook can understand, and returns this on a GET. |