DEV Community

Discussion on: Flask Rest API -Part:0- Setup & Basic CRUD API

Collapse
 
lukefirstofhisname profile image
luke

I basically copied the code from the tutorial.
when I try to POST using Postman, I get the following error
TypeError: TopLevelDocumentMetaclass object argument after ** must be a mapping, not NoneType
127.0.0.1 - - [17/Oct/2020 16:26:32] "POST /movies HTTP/1.1" 500 -