-
Bug
-
Resolution: Done
-
Minor
-
None
-
SaaS
When changing an Application Plan via the API
/admin/api/accounts/{account_id}/applications/{id}/change_plan.xml
An email is NOT sent to the account email. An email IS sent to admins though.
This behavior is not exhibited when changing the Application Plan from the Admin portal. (An email IS sent to both admins and the account email in this case)
There are some inconsistencies in notifications being sent from other API Calls.
These two calls result in emails being sent to developers
curl -v -X PUT "https://{subdomain}-admin.3scale.net/admin/api/accounts/{account_id}/applications/{id}/suspend.xml" -d 'provider_key={provider_key}' curl -v -X PUT "https://{subdomain}-admin.3scale.net/admin/api/accounts/{account_id}/applications/{id}/resume.xml" -d 'provider_key={provider_key}'
While these calls result in emails NOT being sent to developers
curl -v -X POST "https://{subdomain}-admin.3scale.net/admin/api/accounts/{account_id}/applications/{id}/keys.xml" -d 'provider_key={provider_key}&key=1234567890' curl -v -X DELETE "https://{subdomain}-admin.3scale.net/admin/api/accounts/{account_id}/applications/{id}/keys/1234567890.xml" -d 'provider_key={provider_key}' curl -v -X PUT "https://{subdomain}-admin.3scale.net/admin/api/accounts/{account_id}/applications/{id}/change_plan.xml" -d 'provider_key={provider_key}&plan_id={plan_id}' curl -v -X DELETE "https://{subdomain}-admin.3scale.net/admin/api/accounts/{account_id}/applications/{id}.xml" -d 'provider_key={provider_key}'
- relates to
-
THREESCALE-1870 Usage alert mail is not sent to Admins of API Provider when Show Web Alerts is disabled
- Defined