konstructio / kubefirst-api

Kubefirst API that serves console frontend
MIT License
14 stars 14 forks source link

chore: swagger update #430

Closed mrsimonemms closed 1 month ago

mrsimonemms commented 1 month ago

Description

Update the Swagger definitions using pre-commit run --all-files. As the devcontainer applies the Pre-Commit hooks, this fails unless I run with --no-verify (which is a pain). We should either have these updated definitions or remove the Pre-Commit hooks.

Related Issue(s)

Fixes #

How to test