# Update a video **PATCH /video-encoder/videos/{video}** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Path parameters - **video** (integer) The video id ### Body: application/json (object) - **state** (integer) State of the video chat ## Responses ### 200 Return the updated video #### Body: application/json (object) - **id_video** (integer) - **date_insert** (string(date-time)) - **date_update** (string(date-time)) - **date_delete** (string(date-time)) - **id_blob** (string) - **state** (integer) ### 403 Forbidden - You don't have permission to access this route ### 404 Not found - The video does not exist [Powered by Bump.sh](https://bump.sh)