You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DocuSign's API returns a 400 when a subject or blurb are not present in the envelope creation call. For this reason, i propose that we make them required arguments in the create_signature function. That would change the function's signature, so may be backwards incompatible, but otherwise create_signature(obj) will fail every time.
The text was updated successfully, but these errors were encountered:
DocuSign's API returns a 400 when a subject or blurb are not present in the envelope creation call. For this reason, i propose that we make them required arguments in the
create_signature
function. That would change the function's signature, so may be backwards incompatible, but otherwisecreate_signature(obj)
will fail every time.The text was updated successfully, but these errors were encountered: