konstructio / kubefirst-api

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

chore: swagger update #430

Closed mrsimonemms closed 2 weeks ago

mrsimonemms commented 2 weeks 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