Update Misi

To edit 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 : POST

URL : /profil/visi-misi/misi

Body : JSON

{
"misi": "Misi"
}

Response : 200 OK

{
"message": "Success edit misi",
"status": 200
}

Response : 422 UNPROCESSABLE CONTENT

{
"error": {
"visi": ["Misi tidak boleh kosong"]
}
}

Response : 404 NOT FOUND

Not Found

Response : 500 ERROR

Internal Server Error