1
1
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-22 17:55:59 +02:00
gitea/routers/api/v1/admin
Myers Carpenter 2633f9677d
Correct swagger annotations for enums, status codes, and notification state (#37030)
## ⚠️ BREAKING ⚠️

- delete reaction endpoints is changed to return 204 No Content rather
than 200 with no content.

## Summary

Add swagger:enum annotations and migrate all enum comments from the
deprecated comma-separated format to JSON arrays. Introduce
NotifySubjectStateType with open/closed/merged values. Fix delete
reaction endpoints to return 204 instead of 200.
2026-03-30 08:28:48 +08:00
..
action.go
adopt.go Fix CodeQL code scanning alerts (#36858) 2026-03-08 14:35:50 +00:00
cron.go
email.go Fix CodeQL code scanning alerts (#36858) 2026-03-08 14:35:50 +00:00
hooks.go Fix CodeQL code scanning alerts (#36858) 2026-03-08 14:35:50 +00:00
org.go Fix CodeQL code scanning alerts (#36858) 2026-03-08 14:35:50 +00:00
repo.go Add a login/login-name/username disambiguation to affected endpoint parameters and response/request models (#34901) 2025-06-29 21:17:45 -07:00
runners.go Correct swagger annotations for enums, status codes, and notification state (#37030) 2026-03-30 08:28:48 +08:00
user_badge.go Add a login/login-name/username disambiguation to affected endpoint parameters and response/request models (#34901) 2025-06-29 21:17:45 -07:00
user.go Fix CodeQL code scanning alerts (#36858) 2026-03-08 14:35:50 +00:00