From a87058641df9b1026bfd6bb225edf16456094a78 Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Wed, 6 Aug 2025 15:28:59 +0200 Subject: [PATCH] OVPAY-2002 - Removed invisible Unicode characters --- src/openapi/sendgrid/sendgrid-oas_v3.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/openapi/sendgrid/sendgrid-oas_v3.yaml b/src/openapi/sendgrid/sendgrid-oas_v3.yaml index 0a79e22..153393f 100644 --- a/src/openapi/sendgrid/sendgrid-oas_v3.yaml +++ b/src/openapi/sendgrid/sendgrid-oas_v3.yaml @@ -27,7 +27,7 @@ paths: tags: - Mail Send description: |- - The Mail Send endpoint allows you to send email over SendGrid’s v3 Web API, the most recent version of our API. If you are looking for documentation about the v2 Mail Send endpoint, see our [v2 API Reference](https://sendgrid.com/docs/API_Reference/Web_API/mail.html). + The Mail Send endpoint allows you to send email over SendGrid's v3 Web API, the most recent version of our API. If you are looking for documentation about the v2 Mail Send endpoint, see our [v2 API Reference](https://sendgrid.com/docs/API_Reference/Web_API/mail.html). ## Helper Libraries @@ -49,11 +49,11 @@ paths: ``` "dynamic_template_data": { -       "guest": "Jane Doe", -       "partysize": "4", -       "english": true, -       "date": "April 1st, 2021" -     } + "guest": "Jane Doe", + "partysize": "4", + "english": true, + "date": "April 1st, 2021" + } ``` For more information about Dynamic Transactional Templates and Handlebars, see our documentation and reference pages. @@ -354,7 +354,7 @@ paths: description: HTML to be appended to the email with the subscription tracking link. You may control where the link is by using the tag <% %> substitution_tag: type: string - description: 'A tag that will be replaced with the unsubscribe URL. for example: `[unsubscribe_url]`. If this parameter is used, it will override both the `text` and `html` parameters. The URL of the link will be placed at the substitution tag’s location with no additional formatting.' + description: "A tag that will be replaced with the unsubscribe URL. for example: `[unsubscribe_url]`. If this parameter is used, it will override both the `text` and `html` parameters. The URL of the link will be placed at the substitution tag's location with no additional formatting." ganalytics: type: object description: Allows you to enable tracking provided by Google Analytics.