Remove the 'id' attribute from capsule
We have 'uuid' as end-users facing ID. The 'id' is an internal ID in database so it should not be exposed. Change-Id: I8611970daa96da5203d1473bc24d5536b7646a95
This commit is contained in:
parent
910396e000
commit
4db4adf6e5
@ -18,7 +18,6 @@ from zun.api.controllers import link
|
||||
|
||||
|
||||
_basic_keys = (
|
||||
'id',
|
||||
'uuid',
|
||||
'user_id',
|
||||
'project_id',
|
||||
|
Loading…
Reference in New Issue
Block a user