From 19bf443d0ec317bed2b7cfcae778cc5105cbd62f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Fri, 19 Dec 2025 13:03:03 +0100 Subject: [PATCH] Fix examples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- data/api/client-server/admin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/api/client-server/admin.yaml b/data/api/client-server/admin.yaml index 1fca6dcd..b204b9d4 100644 --- a/data/api/client-server/admin.yaml +++ b/data/api/client-server/admin.yaml @@ -150,7 +150,7 @@ paths: examples: response: value: { - "suspended": "true", + "suspended": true, } "400": description: |- @@ -235,7 +235,7 @@ paths: examples: request: value: { - "suspended": "true", + "suspended": true, } required: true @@ -256,7 +256,7 @@ paths: examples: response: value: { - "suspended": "true", + "suspended": true, } "400": description: |- @@ -342,7 +342,7 @@ paths: examples: response: value: { - "locked": "true", + "locked": true, } "400": description: |- @@ -427,7 +427,7 @@ paths: examples: request: value: { - "locked": "true", + "locked": true, } required: true @@ -448,7 +448,7 @@ paths: examples: response: value: { - "locked": "true", + "locked": true, } "400": description: |-