Skip to content

Commit 44092ef

Browse files
committed
Fixes #7 code review changes in model
1 parent 5185c3f commit 44092ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

time_tracker_api/technologies/technologies_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
description='Name of the technology'
2424
),
2525
'created_at': fields.Date(
26-
title='Date',
26+
title='Created',
2727
description='Date of creation'
2828
),
2929
'created_by': fields.String(
3030
required=True,
31-
title='Type',
32-
max_length=30,
31+
title='Creator',
32+
max_length=64,
3333
description='Id of user who first added this technology',
3434
),
3535
})

0 commit comments

Comments
 (0)