0

Getting below error even we are passing title in request body

{   
  "name": "Unprocessable entity",
  "message": "Lack field:title",
  "code": 0,
  "status": 422 
}

Any Help will be appreciable.

Sunny Garg
  • 1,073
  • 1
  • 6
  • 13

1 Answers1

0

You need to fill up the title field. Which is required.

please refer to this example code

https://github.com/acrcloud/webapi_example/tree/master/RESTful%20service

Olym
  • 9
  • 1
  • You should include the relevant example in your answer. There is no guarantee that this repo will be around in 5 years when this question still is. – leigero Oct 20 '16 at 13:06