Skip to content

Commit

Permalink
feat: フォームの値を更新するエンドポイントに answer_visibility パラメータを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Aug 25, 2024
1 parent e87ce25 commit e468fe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/endpoints/forms.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ namespace Forms {
default_title?: string;

visibility?: Visibility;
answer_visibility?: Visibility;
},
): {
@statusCode statusCode: 200;
Expand Down

0 comments on commit e468fe1

Please sign in to comment.