Problem with Post action on Strapi via Postman

 The problem is I can’t perform PUT or POST with Postman app. But DELETE is possible. And yes I enabled all actions for public users.


body -> raw ->json
{

“data”: {
“title”: “Hello”,
“content”: “2”
}
}

Leave a Comment

Your email address will not be published. Required fields are marked *