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;