From 05cde5057a11702d709218553e6b92de28d8169a Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Thu, 10 Oct 2024 20:01:17 +0200 Subject: [PATCH] refactor(api): change type of training.days to int8 --- api/openapi.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/api/openapi.yaml b/api/openapi.yaml index fd4c5e8..868293b 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -166,6 +166,7 @@ components: type: string days: type: integer + format: int8 minimum: 1 maximum: 5 default: 1