Skip to content

Commit

Permalink
Merge pull request #159 from GiganticMinecraft/fix/replace-labels
Browse files Browse the repository at this point in the history
fix: 回答につけられるラベルを変更するエンドポイントのラベルをidで指定するように
  • Loading branch information
rito528 authored Aug 23, 2024
2 parents c16c0bb + 01da477 commit d02eceb
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 d02eceb

Please sign in to comment.