Commit Graph

4 Commits

Author SHA1 Message Date
acooler15 e2d3fc5f10 fix: add missing GET /tasks/tags endpoint to OpenAPI routes
The GetTags handler already exists in TaskController with proper Swagger
annotations, but was only registered in the internal API routes
(/api/v1/tasks/tags) and missing from the OpenAPI routes
(/open2api/v1/tasks/tags). This commit adds the missing route
registration so the endpoint is accessible via Bearer Token.
2026-07-14 18:20:55 +08:00
duorameng 1863ed58cf feat: add OpenAPI support for task creation 2026-06-01 17:22:02 +08:00
engigu deae554620 chore: add more openai 2026-03-11 10:59:25 +08:00
engigu c251fa452d feat: adjust openapi endpoint 2026-03-06 17:24:39 +08:00