Update Dusun
To edit the data in the specified collection with the specified id or parameters. When a JSON object is saved, the object properties are automatically added to the collection you specified.
Method : PUT
URL : /wiladm/dusun/(ID)
Body : JSON
{ "nama_dusun": "Sugih Waras", "kepala_dusun": "Sugino", "nik": "111111111"}Response : 200 OK
{ "message": "Success edit dusun", "status": 200}Response : 422 UNPROCESSABLE CONTENT
{ "error": { "nama_dusun": ["Nama Dusun tidak boleh kosong"], "kepala_dusun": ["Kepala Dusun tidak boleh kosong"], "nik": ["NIK Kepala Dusun tidak boleh kosong"] }}Response : 404 NOT FOUND
Not FoundResponse : 500 ERROR
Internal Server Error