Update Bumdes Name
To create the data in the specified collection with the specified parameters. When a JSON object is saved, the object properties are automatically added to the collection you specified.
Method : PUT
URL : /bumdes
Body : JSON
{ "bumdes": "Nama Bumdes"}
Response : 200 OK
{ "message": "Success update bumdes Name", "status": 200}
Response : 422 UNPROCESSABLE CONTENT
{ "error": { "bumdes": ["The bumdes field is required."] }}
Response : 500 ERROR
Internal Server Error