Remove duplicate internal permissions snapshot API

This commit is contained in:
Chris
2026-04-03 02:46:55 +08:00
parent 955019e8d7
commit daa21e81a9
3 changed files with 3 additions and 23 deletions

View File

@@ -21,10 +21,9 @@
5. `GET /internal/members`
6. `POST /internal/users/upsert-by-sub`
7. `GET /internal/users/{user_sub}/roles`
8. `GET /internal/permissions/{user_sub}/snapshot`(相容路徑,回 role 聚合資料)
9. `POST /internal/provider/users/ensure`
10. `POST /internal/idp/users/ensure`(舊路徑相容,不建議新串接使用)
11. `POST /internal/keycloak/users/ensure`(舊路徑相容,不建議新串接使用)
8. `POST /internal/provider/users/ensure`
9. `POST /internal/idp/users/ensure`(舊路徑相容,不建議新串接使用)
10. `POST /internal/keycloak/users/ensure`(舊路徑相容,不建議新串接使用)
## 角色聚合回應(`GET /internal/users/{user_sub}/roles`
```json