Skip to content

Commit

Permalink
fix: 回答につけられるラベルを変更するエンドポイントのラベルをidで指定するように
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Aug 23, 2024
1 parent c16c0bb commit 01da477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/endpoints/forms.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ namespace Forms {
op replace(
@path answerId: uint32,
@body body: {
labels: Label[];
labels: uint32[];
},
): {
@statusCode statusCode: 200;
Expand Down

0 comments on commit 01da477

Please sign in to comment.