1.0.6
June 12th, 2025
Feature
- Release a new API:
POST /v1/sign_tasks/consent_file
: consent to a task file and keep a record
Enhancement
- Update task and template related APIs to support new parameters for Consent to File features.
- Added new parameters
stage_setting.viewable_references
,reference_settings.force
andreference_settings.viewable_in_processing
to:POST /open_api/v1/sign_tasks
PUT /open_api/v1/sign_tasks
POST /open_api/v1/sign_tasks/quick_create
PUT /open_api/v1/sign_tasks/settings
GET /open_api/v1/templates
POST /open_api/v1/templates
PUT /open_api/v1/templates
- Added new parameters
- Update response to include new fields in
StageSetting
,TaskSetting
andTemplateSetting
for new features, affecting the following APIs:- Added new fields to:
GET /open_api/v1/sign_tasks/read
- Added new fields to:
Deprecated
- The
completed_reference_settings
key inTaskSetting
andTemplateSetting
in the request and response schema will be deprecated in the future. Please use the settings inreference_settings
key instead.