You can change the video recording No. for a specific video.

Headers

Name Required/Optional Type Description Notes
Authorization Required string API authentication key Authorization: Bearer your-api-key

Request Parameters

Path Segment Parameter

Name Required/Optional Type Description Notes
videoCode Required string Recorded video No.
videoId Required integer video index No. You can check it with the video lookup API (/v3/videos/{videoCode}).

Example Endpoint

<https://api.realpacking.com/v3/video/videocode12345678/12345678>

Body Parameter

Name Required/Optional Type Description Notes
videoCode Required string the recorded video No. to be changed

Request Body Example

{
    "newVideoCode": "newvideocode12345"
}

Response

Success

Name Required/Optional Type Description Notes
message Required string http status message
data Required integer Number of changed data
{
    "message": "OK",
    "data": 1
}

Error

{
    "message": "you are unauthorized for the requested API service"
}