mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 17:23:22 +03:00
[PR #378] [MERGED] docs: fix api routers for swag documentation #839
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pocket-id/pocket-id/pull/378
Author: @kmendell
Created: 3/23/2025
Status: ✅ Merged
Merged: 3/23/2025
Merged by: @kmendell
Base:
main← Head:refactor/swag-api-routers📝 Commits (2)
c0b8c95refactor: fix api routers for swag documentation14ff490Merge branch 'main' into refactor/swag-api-routers📊 Changes
7 files changed (+57 additions, -57 deletions)
View changed files
📝
backend/internal/controller/api_key_controller.go(+3 -3)📝
backend/internal/controller/app_config_controller.go(+9 -9)📝
backend/internal/controller/audit_log_controller.go(+1 -1)📝
backend/internal/controller/custom_claim_controller.go(+3 -3)📝
backend/internal/controller/oidc_controller.go(+18 -18)📝
backend/internal/controller/user_controller.go(+17 -17)📝
backend/internal/controller/user_group_controller.go(+6 -6)📄 Description
This updates the routers for the generated API docs to make sure they use the /api route.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.