I am using the below API to add new files to Bitbucket server instance. It throws FileEditorDisabledException . The user has admin permission. Can you please let me know what permission is required for API to work. The GET API works.
API: https://{{server}}:8443/rest/api/1.0/projects/BLAC/repos/content-managemenet/browse/checkin3.txt
Response:
{
"errors": [
{
"context": null,
"message": "Support for editing files has been disabled.",
"exceptionName": "com.atlassian.stash.internal.rest.content.ContentResource.FileEditorDisabledException"
}
]
}
Regards,
Uttam Agarwal