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.
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_signaturefunction. That would change the function's signature, so may be backwards incompatible, but otherwisecreate_signature(obj)will fail every time.