mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
remove default key_type
This commit is contained in:
@@ -165,7 +165,7 @@ class NotificationsStatisticsSchema(BaseSchema):
|
||||
class ApiKeySchema(BaseSchema):
|
||||
|
||||
created_by = field_for(models.ApiKey, 'created_by', required=True)
|
||||
key_type = field_for(models.ApiKey, 'key_type', required=True, missing=models.KEY_TYPE_NORMAL)
|
||||
key_type = field_for(models.ApiKey, 'key_type', required=True)
|
||||
|
||||
class Meta:
|
||||
model = models.ApiKey
|
||||
|
||||
Reference in New Issue
Block a user