1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-27 20:06:09 +02:00
gitea/templates/swagger
Denys Konovalov 275d4b7e3f
API endpoint for changing/creating/deleting multiple files (#24887)
This PR creates an API endpoint for creating/updating/deleting multiple
files in one API call similar to the solution provided by
[GitLab](https://docs.gitlab.com/ee/api/commits.html#create-a-commit-with-multiple-files-and-actions).

To archive this, the CreateOrUpdateRepoFile and DeleteRepoFIle functions
in files service are unified into one function supporting multiple files
and actions.

Resolves #14619
2023-05-29 17:41:35 +08:00
..
ui.tmpl Remove meta charset from HTML5 documents (#24744) 2023-05-16 05:13:23 +00:00
v1_json.tmpl API endpoint for changing/creating/deleting multiple files (#24887) 2023-05-29 17:41:35 +08:00