Method: ElasticEmail::VerificationsApi#verifications_files_by_id_verification_post
- Defined in:
- lib/ElasticEmail/api/verifications_api.rb
#verifications_files_by_id_verification_post(id, opts = {}) ⇒ nil
Start verification Start a verification of the previously uploaded file with emails. Required Access Level: VerifyEmails
407 408 409 410 |
# File 'lib/ElasticEmail/api/verifications_api.rb', line 407 def verifications_files_by_id_verification_post(id, opts = {}) verifications_files_by_id_verification_post_with_http_info(id, opts) nil end |