mailgun / mailgun-php

Mailgun's Official SDK for PHP
http://www.mailgun.com
MIT License
1.1k stars 314 forks source link

Webhook IndexResponse missing "accepted"? #915

Closed njt1982 closed 1 month ago

njt1982 commented 1 month ago

https://github.com/mailgun/mailgun-php/blob/9b6391df672a73c6cdf1e1bc60014a337ca60ccf/src/Model/Webhook/IndexResponse.php#L54-L60

Shouldn't accepted be in this API list? https://documentation.mailgun.com/docs/mailgun/api-reference/openapi-final/tag/Webhooks/#tag/Webhooks/operation/httpapi.(*T).GetAllDomainWebhooks-fm-25

oleksandr-mykhailenko commented 1 month ago

https://github.com/mailgun/mailgun-php/blob/9b6391df672a73c6cdf1e1bc60014a337ca60ccf/src/Model/Webhook/IndexResponse.php#L54-L60

Shouldn't accepted be in this API list? https://documentation.mailgun.com/docs/mailgun/api-reference/openapi-final/tag/Webhooks/#tag/Webhooks/operation/httpapi.(*T).GetAllDomainWebhooks-fm-25

Hello @njt1982 Thank you, we will update this soon

oleksandr-mykhailenko commented 1 month ago

Hello This one was fixed Thank you