Hello,
I need to create a patch from PullRequest diff to apply it automatically in a VM, The REST API 2.0 is not implemented in BitBucketServer.
I send a request like https://{SERVER_URL}/rest/api/1.0/projects/{PRJ_NAME}/repos/{REPO_NAME}/pull-requests/{PR_NUMBER}/diff
and have a script which parse the response and create a patch file but the response contains truncated parts, how can I get a full response please ?
Thanks