mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 01:55:41 -04:00
Merge pull request #3699 from alphagov/allow-update-rate-limit
Allow rate limit to be updated
This commit is contained in:
@@ -107,7 +107,8 @@ class ServiceAPIClient(NotifyAdminAPIClient):
|
|||||||
'consent_to_research',
|
'consent_to_research',
|
||||||
'count_as_live',
|
'count_as_live',
|
||||||
'go_live_user',
|
'go_live_user',
|
||||||
'go_live_at'
|
'go_live_at',
|
||||||
|
'rate_limit',
|
||||||
}
|
}
|
||||||
if disallowed_attributes:
|
if disallowed_attributes:
|
||||||
raise TypeError('Not allowed to update service attributes: {}'.format(
|
raise TypeError('Not allowed to update service attributes: {}'.format(
|
||||||
|
|||||||
Reference in New Issue
Block a user