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 and reference_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
Update response to include new fields in StageSetting, TaskSetting and TemplateSetting for new features, affecting the following APIs:
Added new fields to:
GET /open_api/v1/sign_tasks/read
Deprecated
The completed_reference_settings key in TaskSetting and TemplateSetting in the request and response schema will be deprecated in the future. Please use the settings in reference_settings key instead.
POST /v1/file_missions/renew: renew an existing mission to modify PDF files before updating a task or template
Enhancement
Update task and template related APIs to support new parameters for Modify Documents features.
Added new parameters file_mission_id to:
PUT /v1/sign_tasks
PUT /v1/templates
Update response to include new fields in FileMission for new features, affecting the following APIs:
Added new fields files to:
POST /v1/file_missions
GET /v1/file_missions
Deprecated
The upload_link key in FileMission in the response schema will be deprecated in the future. Please use the upload_link key within the new files key instead.