Merge "Make is_default optional in server side"

This commit is contained in:
Jenkins 2016-08-15 17:56:18 +00:00 committed by Gerrit Code Review
commit e102c33847

View File

@ -158,6 +158,7 @@ RESOURCE_ATTRIBUTE_MAP = {
'allow_post': True,
'allow_put': True,
'is_visible': True,
'default': False
},
}
}