You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/api/v1/org
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>
1 year ago
..
action.go feat: implement organization secret creation API (#26566) 1 year ago
avatar.go Add API for changing Avatars (#25369) 2 years ago
hook.go Add user webhooks (#21563) 2 years ago
label.go Allow to archive labels (#26478) 1 year ago
member.go Add context cache as a request level cache (#22294) 2 years ago
org.go Allow Organisations to have a E-Mail (#25082) 2 years ago
team.go Replace `interface{}` with `any` (#25686) 2 years ago