Skip to content

Commit

Permalink
Update safe_to_send.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielraeder committed Jul 3, 2024
1 parent 3d80a56 commit 02f2a4c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion openAPI/safe_to_send.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ paths:
required: true
schema:
type: string
description: The email address to be validated (and optionally corrected). ⚠️ [URL encoding](https://www.w3schools.com/tags/ref_urlencode.ASP) required ⚠️
description: >-
The email address to be validated (and optionally corrected). It must be [URL encoded](https://www.w3schools.com/tags/ref_urlencode.ASP).
<small>Example: demo+email@atdata.com encoded outputs to: demo%2Bemail%40atdata.com</small>
example: sales@atdata.com
- in: query
name: timeout
Expand Down

0 comments on commit 02f2a4c

Please sign in to comment.