-
Notifications
You must be signed in to change notification settings - Fork 0
Movies_put
Luigi Minardi edited this page Mar 2, 2022
·
1 revision
Change data of movie with specified pk. You can pass all the fields or just the fields you want to change.
This endpoint need login.
This endpoint is Admin Only.
If you're using postman or insomnia to check the API remember to put the token of the logged user on the
header
, asAuthorization: Bearer <token>
.
{
"title": "My Movie With New Name",
"description": "The other description was bad so this is a new one",
"popularity": 6.5
}
{
"msg": "Movie with id 2 was updated."
}