Getting the following error response when adding a file to a bitbucket repo:
PUT
https://{{HOST}}/rest/api/1.0/projects/{{PROJECT}}/repos/{{}REPO}/browse{{PATH}}/file.json
{
"errors": [
{
"context": null,
"message": "Support for editing files has been disabled.",
"exceptionName": "com.atlassian.stash.internal.rest.content.ContentResource.FileEditorDisabledExceptio"
}
]
}
Can anyone help me troubleshoot?
Is it because online editor is disabled?