yao/openapi/tests/setting
Max bba43c369a feat(setting): implement cloud settings endpoints and owner verification
- Added new endpoints for managing cloud settings under /setting/cloud, including GET, PUT, and POST methods.
- Introduced owner verification logic to ensure only team owners can modify settings, utilizing caching for efficiency.
- Enhanced data structures for cloud settings responses, including CloudRegion and CloudPageData types.
- Refactored existing functions to integrate new owner verification and error handling mechanisms.
2026-04-28 21:20:43 +08:00
..
cloud_test.go feat(setting): implement cloud settings endpoints and owner verification 2026-04-28 21:20:43 +08:00
system_test.go feat(openapi): add unified /setting/* endpoints for OpenAPI 2026-04-28 19:33:27 +08:00