From c1851fa7dbaf90c97c2daa436e62b5447ca8b0f2 Mon Sep 17 00:00:00 2001 From: Matheus Nogueira Date: Fri, 8 Sep 2023 19:58:21 -0300 Subject: [PATCH] fix: api type (#3139) --- 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