0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-18 16:14:28 +01:00
gitea/routers/api/v1
Bo-Yi Wu 23addde28e
feat: implement organization secret creation API (#26566)
- Add a new `CreateSecretOption` struct for creating secrets
- Implement a `CreateOrgSecret` function to create a secret in an
organization
- Add a new route in `api.go` to handle the creation of organization
secrets
- Update the Swagger template to include the new `CreateOrgSecret` API
endpoint

---------

Signed-off-by: appleboy <appleboy.tw@gmail.com>
2023-08-22 11:20:34 +08:00
..
activitypub
admin fix Missing 404 swagger response docs for /admin/users/{username} (#26086) 2023-07-24 10:48:44 +02:00
misc
notify
org feat: implement organization secret creation API (#26566) 2023-08-22 11:20:34 +08:00
packages
repo Return empty when searching issues with no repos (#26545) 2023-08-17 12:42:17 -05:00
settings
swagger feat: implement organization secret creation API (#26566) 2023-08-22 11:20:34 +08:00
user Remove db.DefaultContext in routers/ and cmd/ (#26076) 2023-07-23 23:47:27 -04:00
utils
api.go feat: implement organization secret creation API (#26566) 2023-08-22 11:20:34 +08:00
auth_windows.go
auth.go