From 12122637ccb3f30835375943e817e81f9cb53129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Sun, 1 Mar 2026 13:56:04 -0500 Subject: [PATCH] test: fix spec --- public/openapi/write/categories/cid/watch.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/openapi/write/categories/cid/watch.yaml b/public/openapi/write/categories/cid/watch.yaml index 8ed5a10d1e..c46ceaaa2e 100644 --- a/public/openapi/write/categories/cid/watch.yaml +++ b/public/openapi/write/categories/cid/watch.yaml @@ -55,7 +55,7 @@ put: type: array description: A list of cids that have had their watch states modified. items: - type: number + type: string delete: tags: - categories @@ -99,4 +99,4 @@ delete: type: array description: A list of cids that have had their watch states modified. items: - type: number \ No newline at end of file + type: string \ No newline at end of file