mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
[PR #1486] WIP: Validate Swagger docs #1312
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/plankanban/planka/pull/1486
Author: @hwelch-fle
Created: 1/18/2026
Status: 🔄 Open
Base:
master← Head:swagger-patches📝 Commits (10+)
f69f288match swagger project type enum toProject.Types99abc7badd enum toUser.termsType8850cd1update BackgroundImage size key (this should probably return an integer and not a string)0034457add coment clarifuying thatpositionis required when updatinglistIdandboardId31c5abcchore: Minor perfectionist swap of project types in enum9fcdd59stylegandjget cut offb089b1adocs: RenamesizeInBytesback tosize1d5a737currentlywebhooksthrows a404if the user is not an admin.181de27docs: Ensure numbers used as strings are quoted79bd6ddfix: Remove extra permission check handled in policy📊 Changes
9 files changed (+10 additions, -8 deletions)
View changed files
📝
client/src/components/custom-fields/CustomField/CustomField.module.scss(+1 -0)📝
server/api/controllers/cards/update.js(+1 -1)📝
server/api/controllers/projects/create.js(+1 -1)📝
server/api/controllers/terms/show.js(+1 -1)📝
server/api/controllers/users/create.js(+1 -1)📝
server/api/controllers/users/update.js(+1 -1)📝
server/api/models/BackgroundImage.js(+1 -1)📝
server/api/models/Config.js(+1 -1)📝
server/api/models/User.js(+2 -1)📄 Description
Since the new plankapy v2 interface is based on the generated swagger.json file, I need the docs match the API exactly.
This is going to be a large project, but I will continue to update this PR with small single line commits for each discrepancy I run into during implemetation and testing.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.