Update Logo Web Profile
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/logo?_method=PUT
Body : Form Data
Field | Type | Required |
---|---|---|
logo | JPG/PNG | ✔️ |
Response : 200 OK
{ "message": "Success update logo", "status": 200}
Response : 422 UNPROCESSABLE CONTENT
{ "error": { "logo": ["Logo tidak boleh kosong"] }}
Response : 500 ERROR
Internal Server Error