Skip to content

Commit

Permalink
feat: add attachment content type to SignRequestSigner (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwwoda committed Jul 17, 2023
1 parent fc19c5d commit ad612ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Box.V2/Models/BoxSignRequestSigner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ public enum BoxSignRequestSingerInputContentType
last_name,
text,
date,
checkbox
checkbox,
attachment
}

/// <summary>
Expand Down

0 comments on commit ad612ff

Please sign in to comment.