Changelog

1.0.6

Feature

  • Release a new API:
    • POST /v1/sign_tasks/consent_file: consent to a task file to proceed with signing

Enhancement

  • Update task and template related APIs to support new parameters for the Consent to File feature.
    • Added new parameters stage_setting.viewable_references, reference_settings.force, and reference_settings.viewable_in_processing to:
      • POST /v1/sign_tasks
      • PUT /v1/sign_tasks
      • POST /v1/sign_tasks/quick_create
      • PUT /v1/sign_tasks/settings
      • GET /v1/templates
      • POST /v1/templates
      • PUT /v1/templates
  • Update responses to include new fields in StageSetting, TaskSetting, and TemplateSetting:
    • Added new fields to:
      • GET /v1/sign_tasks/read

Deprecated

  • The completed_reference_settings key in TaskSetting and TemplateSetting (in request and response schemas) will be deprecated in a future release. Please use the settings under the reference_settings key instead.