From 35e1fd80ffc88af3d37aeee33611ddf91712364b Mon Sep 17 00:00:00 2001 From: mwoda <84077698+mwwoda@users.noreply.github.com> Date: Mon, 17 Jul 2023 12:48:47 +0200 Subject: [PATCH] feat: add `attachment` content type to `SignRequestSigner` --- Box.V2/Models/BoxSignRequestSigner.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Box.V2/Models/BoxSignRequestSigner.cs b/Box.V2/Models/BoxSignRequestSigner.cs index 55558ddec..fd3433c9c 100644 --- a/Box.V2/Models/BoxSignRequestSigner.cs +++ b/Box.V2/Models/BoxSignRequestSigner.cs @@ -188,7 +188,8 @@ public enum BoxSignRequestSingerInputContentType last_name, text, date, - checkbox + checkbox, + attachment } ///