From 01da477859049874a48151f8df5d36f7c63ac694 Mon Sep 17 00:00:00 2001 From: rito528 <39003544+rito528@users.noreply.github.com> Date: Fri, 23 Aug 2024 15:14:04 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=9E=E7=AD=94=E3=81=AB=E3=81=A4?= =?UTF-8?q?=E3=81=91=E3=82=89=E3=82=8C=E3=82=8B=E3=83=A9=E3=83=99=E3=83=AB?= =?UTF-8?q?=E3=82=92=E5=A4=89=E6=9B=B4=E3=81=99=E3=82=8B=E3=82=A8=E3=83=B3?= =?UTF-8?q?=E3=83=89=E3=83=9D=E3=82=A4=E3=83=B3=E3=83=88=E3=81=AE=E3=83=A9?= =?UTF-8?q?=E3=83=99=E3=83=AB=E3=82=92id=E3=81=A7=E6=8C=87=E5=AE=9A?= =?UTF-8?q?=E3=81=99=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/endpoints/forms.tsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/endpoints/forms.tsp b/src/endpoints/forms.tsp index a0fc063..36752da 100644 --- a/src/endpoints/forms.tsp +++ b/src/endpoints/forms.tsp @@ -260,7 +260,7 @@ namespace Forms { op replace( @path answerId: uint32, @body body: { - labels: Label[]; + labels: uint32[]; }, ): { @statusCode statusCode: 200;