[PR #378] [MERGED] docs: fix api routers for swag documentation #849

Closed
opened 2025-10-08 00:18:21 +03:00 by OVERLORD · 0 comments
Owner

📋 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: mainHead: refactor/swag-api-routers


📝 Commits (2)

  • c0b8c95 refactor: fix api routers for swag documentation
  • 14ff490 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pocket-id/pocket-id/pull/378 **Author:** [@kmendell](https://github.com/kmendell) **Created:** 3/23/2025 **Status:** ✅ Merged **Merged:** 3/23/2025 **Merged by:** [@kmendell](https://github.com/kmendell) **Base:** `main` ← **Head:** `refactor/swag-api-routers` --- ### 📝 Commits (2) - [`c0b8c95`](https://github.com/pocket-id/pocket-id/commit/c0b8c958dbf396cba807461639380a0c3104902c) refactor: fix api routers for swag documentation - [`14ff490`](https://github.com/pocket-id/pocket-id/commit/14ff490e48b5b23bfec34d0439e76d3deaa3869f) Merge branch 'main' into refactor/swag-api-routers ### 📊 Changes **7 files changed** (+57 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description This updates the routers for the generated API docs to make sure they use the /api route. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-08 00:18:21 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id-pocket-id-1#849