mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-14 02:09:44 -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',
|
||||
'count_as_live',
|
||||
'go_live_user',
|
||||
'go_live_at'
|
||||
'go_live_at',
|
||||
'rate_limit',
|
||||
}
|
||||
if disallowed_attributes:
|
||||
raise TypeError('Not allowed to update service attributes: {}'.format(
|
||||
|
||||
Reference in New Issue
Block a user