From edb439dc114d0d5450c6324bcd4c7f4ff65fb106 Mon Sep 17 00:00:00 2001 From: mchatlas Date: Wed, 19 Aug 2026 14:09:34 +0200 Subject: [PATCH] Document text tag extraction error handling --- openapi-fern.yaml | 28 ++++++++++++++++++++++++++++ openapi-raw.yaml | 7 ------- openapi.yaml | 28 ++++++++++++++++++++++++++++ 3 files changed, 56 insertions(+), 7 deletions(-) diff --git a/openapi-fern.yaml b/openapi-fern.yaml index 14277a94e..7ca8f36cc 100644 --- a/openapi-fern.yaml +++ b/openapi-fern.yaml @@ -24102,6 +24102,10 @@ components: description: Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`. type: boolean default: false + ignore_text_tags_extraction_errors: + description: Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + type: boolean + default: false expires_at: description: When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. type: integer @@ -24247,6 +24251,10 @@ components: description: Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`. type: boolean default: false + ignore_text_tags_extraction_errors: + description: Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + type: boolean + default: false populate_auto_fill_fields: description: |- Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing. @@ -24592,6 +24600,10 @@ components: description: Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`. type: boolean default: false + ignore_text_tags_extraction_errors: + description: Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + type: boolean + default: false expires_at: description: When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. type: integer @@ -25929,6 +25941,10 @@ components: description: Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). type: boolean default: false + ignore_text_tags_extraction_errors: + description: Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + type: boolean + default: false type: object TemplateCreateEmbeddedDraftRequest: required: @@ -26071,6 +26087,10 @@ components: description: Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). type: boolean default: false + ignore_text_tags_extraction_errors: + description: Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + type: boolean + default: false type: object TemplateRemoveUserRequest: properties: @@ -26250,6 +26270,10 @@ components: description: Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both. type: boolean default: false + ignore_text_tags_extraction_errors: + description: Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + type: boolean + default: false expires_at: description: |- When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. @@ -26440,6 +26464,10 @@ components: description: Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both. type: boolean default: false + ignore_text_tags_extraction_errors: + description: Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`. + type: boolean + default: false populate_auto_fill_fields: description: |- Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing. diff --git a/openapi-raw.yaml b/openapi-raw.yaml index 7b245befa..2b401a8c8 100644 --- a/openapi-raw.yaml +++ b/openapi-raw.yaml @@ -8715,7 +8715,6 @@ components: description: '_t__SignatureRequestSend::IGNORE_TEXT_TAGS_EXTRACTION_ERRORS' type: boolean default: false - x-hideOn: doc expires_at: description: '_t__SignatureRequestSend::EXPIRES_AT' type: integer @@ -8833,7 +8832,6 @@ components: description: '_t__SignatureRequestCreateEmbedded::IGNORE_TEXT_TAGS_EXTRACTION_ERRORS' type: boolean default: false - x-hideOn: doc populate_auto_fill_fields: description: '_t__SignatureRequestCreateEmbedded::POPULATE_AUTO_FILL_FIELDS' type: boolean @@ -9141,7 +9139,6 @@ components: description: '_t__SignatureRequestSend::IGNORE_TEXT_TAGS_EXTRACTION_ERRORS' type: boolean default: false - x-hideOn: doc expires_at: description: '_t__SignatureRequestSend::EXPIRES_AT' type: integer @@ -10333,7 +10330,6 @@ components: description: '_t__TemplateCreate::IGNORE_TEXT_TAGS_EXTRACTION_ERRORS' type: boolean default: false - x-hideOn: doc signer_experience: description: '_t__TemplateCreate::SIGNER_EXPERIENCE' allOf: @@ -10456,7 +10452,6 @@ components: description: '_t__TemplateCreateEmbeddedDraft::IGNORE_TEXT_TAGS_EXTRACTION_ERRORS' type: boolean default: false - x-hideOn: doc signer_experience: description: '_t__TemplateCreateEmbeddedDraft::SIGNER_EXPERIENCE' allOf: @@ -10649,7 +10644,6 @@ components: description: '_t__UnclaimedDraftCreate::IGNORE_TEXT_TAGS_EXTRACTION_ERRORS' type: boolean default: false - x-hideOn: doc expires_at: description: '_t__UnclaimedDraftCreate::EXPIRES_AT' type: integer @@ -10814,7 +10808,6 @@ components: description: '_t__UnclaimedDraftCreateEmbedded::IGNORE_TEXT_TAGS_EXTRACTION_ERRORS' type: boolean default: false - x-hideOn: doc populate_auto_fill_fields: description: '_t__UnclaimedDraftCreateEmbedded::POPULATE_AUTO_FILL_FIELDS' type: boolean diff --git a/openapi.yaml b/openapi.yaml index 168471c3a..b9ac61877 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -8804,6 +8804,10 @@ components: description: 'Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`.' type: boolean default: false + ignore_text_tags_extraction_errors: + description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' + type: boolean + default: false expires_at: description: 'When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.' type: integer @@ -8949,6 +8953,10 @@ components: description: 'Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`.' type: boolean default: false + ignore_text_tags_extraction_errors: + description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' + type: boolean + default: false populate_auto_fill_fields: description: |- Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing. @@ -9294,6 +9302,10 @@ components: description: 'Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`.' type: boolean default: false + ignore_text_tags_extraction_errors: + description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' + type: boolean + default: false expires_at: description: 'When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.' type: integer @@ -10641,6 +10653,10 @@ components: description: 'Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`).' type: boolean default: false + ignore_text_tags_extraction_errors: + description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' + type: boolean + default: false type: object TemplateCreateEmbeddedDraftRequest: required: @@ -10783,6 +10799,10 @@ components: description: 'Enable the detection of predefined PDF fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`).' type: boolean default: false + ignore_text_tags_extraction_errors: + description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' + type: boolean + default: false type: object TemplateRemoveUserRequest: properties: @@ -10962,6 +10982,10 @@ components: description: 'Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both.' type: boolean default: false + ignore_text_tags_extraction_errors: + description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' + type: boolean + default: false expires_at: description: |- When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. @@ -11152,6 +11176,10 @@ components: description: 'Set `use_text_tags` to `true` to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document (defaults to disabled, or `false`). Alternatively, if your PDF contains pre-defined fields, enable the detection of these fields by setting the `use_preexisting_fields` to `true` (defaults to disabled, or `false`). Currently we only support use of either `use_text_tags` or `use_preexisting_fields` parameter, not both.' type: boolean default: false + ignore_text_tags_extraction_errors: + description: 'Sent with a value of `true` to ignore the validation errors from text tags extraction. Defaults to `false`.' + type: boolean + default: false populate_auto_fill_fields: description: |- Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing.