Update Video

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 : /gallery/video/(ID)

Body : JSON

{
"link": "https://www.youtube.com/watch?v=9FqwhW0B3tY"
}

Response : 200 OK

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

Response : 422 UNPROCESSABLE CONTENT

{
"error": {
"link": ["Link Video tidak boleh kosong"]
}
}

Response : 404 NOT FOUND

Not Found

Response : 500 ERROR

Internal Server Error