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/swagger
Bo-Yi Wu b62c8e7765
feat(API): update and delete secret for managing organization secrets (#26660)
- Add `UpdateSecret` function to modify org or user repo secret
- Add `DeleteSecret` function to delete secret from an organization
- Add `UpdateSecretOption` struct for updating secret options
- Add `UpdateOrgSecret` function to update a secret in an organization
- Add `DeleteOrgSecret` function to delete a secret in an organization

GitHub API

1. Update Org Secret:
https://docs.github.com/en/rest/actions/secrets?apiVersion=2022-11-28#create-or-update-an-organization-secret
2. Delete Org Secret:
https://docs.github.com/en/rest/actions/secrets?apiVersion=2022-11-28#delete-an-organization-secret

---------

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 year ago
..
action.go feat: implement organization secret creation API (#26566) 1 year ago
activity.go Add activity feeds API (#23494) 2 years ago
activitypub.go Implement FSFE REUSE for golang files (#21840) 2 years ago
app.go Implement FSFE REUSE for golang files (#21840) 2 years ago
cron.go Implement FSFE REUSE for golang files (#21840) 2 years ago
issue.go Implement FSFE REUSE for golang files (#21840) 2 years ago
key.go Implement FSFE REUSE for golang files (#21840) 2 years ago
misc.go Add API for Label templates (#24602) 2 years ago
nodeinfo.go Implement FSFE REUSE for golang files (#21840) 2 years ago
notify.go Implement FSFE REUSE for golang files (#21840) 2 years ago
options.go feat(API): update and delete secret for managing organization secrets (#26660) 1 year ago
org.go Implement FSFE REUSE for golang files (#21840) 2 years ago
package.go Implement FSFE REUSE for golang files (#21840) 2 years ago
repo.go API endpoint for changing/creating/deleting multiple files (#24887) 2 years ago
settings.go Implement FSFE REUSE for golang files (#21840) 2 years ago
user.go Implement FSFE REUSE for golang files (#21840) 2 years ago