diff --git a/docs/transcoding-service/transcode-a-video.md b/docs/transcoding-service/transcode-a-video.md index 6e3a080d..b1a06765 100644 --- a/docs/transcoding-service/transcode-a-video.md +++ b/docs/transcoding-service/transcode-a-video.md @@ -71,7 +71,7 @@ Upon a successful request, you will receive a response like below with informati "video_duration": null, "status": "Queued", "enable_drm": true, - "drm_content_id": "8216dcdb-90c3-4a4f-8abf-1671630a8817", + "drm_content_id": "8216dcdb90c34a4f8abf1671630a8817", "input_url": "https://example.com/input-video.mp4", "output_path": "s3://example-bucket/path/?access_key=&secret_key=®ion=", "start_time": null, @@ -105,7 +105,7 @@ Upon registering a webhook, you will receive a status change along with informat "video_duration": null, "status": "transcoding", "enable_drm": true, - "drm_content_id": "8216dcdb-90c3-4a4f-8abf-1671630a8817", + "drm_content_id": "8216dcdb90c34a4f8abf1671630a8817", "input_url": "https://example.com/input-video.mp4", "output_path": "s3://example-bucket/path/?access_key=&secret_key=®ion=", "start_time": "2023-11-22T12:30:00Z",