Solution
api.add_resource(Entry, "/entry/")
api.add_resource(Entry, "/entry/", resource_class_kwargs={ 'title': "some title" })
api.add_resource(Entry, "/entry/")
api.add_resource(Entry, "/entry/", resource_class_kwargs={ 'title': "some title" })