gitea/routers/api
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
..
actions Fix ref type error (#24941) 2023-05-26 15:00:27 +08:00
packages Add CRAN package registry (#22331) 2023-05-22 10:57:49 +08:00
v1 API endpoint for changing/creating/deleting multiple files (#24887) 2023-05-29 17:41:35 +08:00