Download File within a VCS Branchget https://{jfrog_url}/artifactory/api/vcs/downloadBranchFile/{repoKey}/{userOrg}/{repo}/{branchName}Downloads a specific file from within a branch.Path ParamsrepoKeystringrequiredThe repository keyuserOrgstringrequiredThe user organizationrepostringrequiredThe repository namebranchNamestringrequiredThe branch name and file path (format {branch-name}!{file-path})HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/octet-streamAllowed:application/jsonapplication/octet-streamResponses 200Success 401Bad Credentials - The provided authentication is invalid. 403Permission Denied - The user does not have the necessary permissions to perform this action. 404Not Found - The specified resource was not found. 500Internal Server ErrorUpdated 11 days ago