Skip to content

Commit 82ffa9b

Browse files
p4vookMikailBag
andauthored
Update src/apiserver/db_models.py
Co-authored-by: Mikail Bagishov <[email protected]>
1 parent 7120d61 commit 82ffa9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apiserver/db_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def validate(cls, v):
1818
@classmethod
1919
def __modify_schema__(cls, schema):
2020
schema.update({
21-
'Title': 'MongoDB ObjectID',
21+
'Title': 'Object ID',
2222
'type': 'string'
2323
})
2424

0 commit comments

Comments
 (0)