You can change the video recording No. for a specific video.
Name | Required/Optional | Type | Description | Notes |
---|---|---|---|---|
Authorization | Required | string | API authentication key | Authorization: Bearer your-api-key |
The API authorization key is the API key created in [Web Admin > Workspace > Settings > API Key].
You must add 'Bearer ' in front of the API key to ensure proper authentication processing. | | Version | Required | string | API version | Version: 2025-01-09
You must specify the correct version to use the API. |
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}). |
<https://api.realpacking.com/v3/video/videocode12345678/12345678>
Name | Required/Optional | Type | Description | Notes |
---|---|---|---|---|
videoCode | Required | string | the recorded video No. to be changed |
{
"newVideoCode": "newvideocode12345"
}
Name | Required/Optional | Type | Description | Notes |
---|---|---|---|---|
message | Required | string | http status message | |
data | Required | integer | Number of changed data |
{
"message": "OK",
"data": 1
}
{
"message": "you are unauthorized for the requested API service"
}