mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-08 23:03:29 -05:00
[PR #705] [MERGED] fix(docs): improve swagger output by setting swaggertype and enums #870
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/go-vikunja/vikunja/pull/705
Author: @capriolo
Created: 4/25/2025
Status: ✅ Merged
Merged: 5/13/2025
Merged by: @kolaente
Base:
main← Head:main📝 Commits (3)
0948560fix(docs): improve swagger output by setting swaggertype and enums5bda12adocs: add reminder to update enums when modifying ProjectView69014d6fix(docs): undo swaggertype for project_view.filter📊 Changes
1 file changed (+10 additions, -2 deletions)
View changed files
📝
pkg/models/project_view.go(+10 -2)📄 Description
Added
swaggertype:"string"andenumstags to fields in ProjectView to ensure correct type representation in Swagger docs.Affected fields:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.