0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-07-23 01:11:40 +02:00
YaFou e947f309b1
Add API routes to lock and unlock issues (#34165)
This pull request adds a GitHub-compatible API endpoint to lock and
unlock an issue.

The following routes exist now:
- `PUT /api/v1/repos/{owner}/{repo}/issues/{id}/lock` to lock an issue
- `DELETE /api/v1/repos/{owner}/{repo}/issues/{id}/lock` to unlock an issue

Fixes #33677
Fixes #20012

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-04-21 00:43:43 +00:00
..
2025-02-16 22:13:17 -08:00
2025-04-13 12:27:31 -07:00
2025-02-16 22:13:17 -08:00
2025-03-13 07:04:50 +08:00
2025-04-13 12:27:31 -07:00
2025-02-16 22:13:17 -08:00
2025-04-01 10:14:01 +00:00
2025-02-16 22:13:17 -08:00
2025-02-16 22:13:17 -08:00
2025-02-16 22:13:17 -08:00
2025-04-01 10:14:01 +00:00
2025-04-18 22:56:50 +08:00
2025-02-16 22:13:17 -08:00
2025-03-13 11:07:48 +08:00
2025-02-05 02:14:03 +08:00
2025-04-13 12:27:31 -07:00
2025-02-05 02:14:03 +08:00
2025-03-31 01:53:48 -04:00
2025-04-01 10:14:01 +00:00