Skip to content

Commit ad612ff

Browse files
authored
feat: add attachment content type to SignRequestSigner (#913)
1 parent fc19c5d commit ad612ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Box.V2/Models/BoxSignRequestSigner.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ public enum BoxSignRequestSingerInputContentType
188188
last_name,
189189
text,
190190
date,
191-
checkbox
191+
checkbox,
192+
attachment
192193
}
193194

194195
/// <summary>

0 commit comments

Comments
 (0)