Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
update SDK from api-definitions (#400)
Browse files Browse the repository at this point in the history
Co-authored-by: rebilly-machine-user <rebilly-machine-user@users.noreply.github.com>
  • Loading branch information
rebilly-machine-user and rebilly-machine-user authored Jul 28, 2022
1 parent fcdb554 commit 5899d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/email-delivery-settings-resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
export default function EmailDeliverySettingsResource({apiHandler}) {
return {
/**
* @returns { rebilly.VerifyEmailDeliverySettingsResponsePromise } response
* @returns { rebilly.PutEmailDeliverySettingsVerificationResponsePromise } response
*/
verify({token}) {
return apiHandler.put(`email-delivery-setting-verifications/${token}`);
Expand Down

0 comments on commit 5899d4b

Please sign in to comment.