From 8f673b303a827aa69d13774bef7bf33e3d6bded2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20Herv=C3=A9?= Date: Tue, 5 Sep 2023 13:52:40 +0200 Subject: [PATCH] wip --- todo-api.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/todo-api.yaml b/todo-api.yaml index fbe2f13..483964f 100644 --- a/todo-api.yaml +++ b/todo-api.yaml @@ -11,6 +11,11 @@ paths: schema: type: number required: false + - name: test + in: cookie + schema: + type: number + required: false responses: '200': description: ok