Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(API): add routes and functions for managing user's secrets #26909

Merged
merged 6 commits into from Sep 5, 2023

Commits on Sep 5, 2023

  1. feat: add routes and functions for managing user's secrets

    - Add routes for creating or updating a user's actions secrets in `routers/api/v1/api.go`
    - Add a new file `routers/api/v1/user/action.go` with functions for creating or updating a user's secrets and deleting a user's secret
    - Modify the `templates/swagger/v1_json.tmpl` file to include the routes for creating or updating a user's secrets and deleting a user's secret
    
    Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    appleboy committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b0c08bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50db1c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d51e7f View commit details
    Browse the repository at this point in the history
  4. Update v1_json.tmpl

    KN4CK3R committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    4f33c78 View commit details
    Browse the repository at this point in the history
  5. Update action.go

    KN4CK3R committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    940b71e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95832df View commit details
    Browse the repository at this point in the history