From 2a74c144b5b512b4512e981d9e827e091e6702ea Mon Sep 17 00:00:00 2001 From: Matheus Nogueira Date: Fri, 8 Sep 2023 18:06:24 -0300 Subject: [PATCH] fix: api type --- api/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/tests.yaml b/api/tests.yaml index 2966c8ea3f..b28ba0044b 100644 --- a/api/tests.yaml +++ b/api/tests.yaml @@ -28,7 +28,7 @@ components: type: object properties: id: - type: integer + type: string readOnly: true name: type: string @@ -143,7 +143,7 @@ components: type: object properties: id: - type: string + type: integer readOnly: true traceId: type: string