We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53a9a4d + d69291a commit 9cd2cf8Copy full SHA for 9cd2cf8
README.rst
@@ -75,7 +75,7 @@ With Flask-RESTX, you only import the api instance to route and document your en
75
ns = api.namespace('todos', description='TODO operations')
76
77
todo = api.model('Todo', {
78
- 'id': fields.Integer(readOnly=True, description='The task unique identifier'),
+ 'id': fields.Integer(readonly=True, description='The task unique identifier'),
79
'task': fields.String(required=True, description='The task details')
80
})
81
0 commit comments