We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6ce0d9 + 926d98e commit e911078Copy full SHA for e911078
doc/example.rst
@@ -18,7 +18,7 @@ Here is a full example of a `TodoMVC <http://todomvc.com/>`_ API.
18
ns = api.namespace('todos', description='TODO operations')
19
20
todo = api.model('Todo', {
21
- 'id': fields.Integer(readOnly=True, description='The task unique identifier'),
+ 'id': fields.Integer(readonly=True, description='The task unique identifier'),
22
'task': fields.String(required=True, description='The task details')
23
})
24
0 commit comments