mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-01-12 10:34:23 +01:00
* Properly receive non-string config values (None, bool, integers, etc) in /api/v1/config * Closes #1928 * Fix the response schema for `PATCH /api/v1/configs/<config_key>` in error situations Overall we weren't particularly strict before and we should try to stay a little lax so we don't break anything.