From 7f5c3fca8df76ed80283fb39506771cc0ecf2fc7 Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Tue, 3 Sep 2024 18:46:12 +0200 Subject: [PATCH] changed flag code to int in preorder api docs --- public/docs/preorder-api.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/docs/preorder-api.yaml b/public/docs/preorder-api.yaml index 90364a4da..d05435073 100644 --- a/public/docs/preorder-api.yaml +++ b/public/docs/preorder-api.yaml @@ -551,8 +551,8 @@ paths: type: object properties: code: - type: string - example: "141" + type: integer + example: 141 text: type: string example: "Conduit on property border and FCP prepaired" @@ -1531,8 +1531,8 @@ components: type: object properties: code: - type: string - example: "141" + type: integer + example: 141 text: type: string example: "Conduit on property border and FCP prepaired"