Skip to main content
PATCH
Rename Batch Jobs

Overview

Rename episode filenames in a paused batch. The batch must be in paused status (created with paused: true).

Header Parameters

string
required
Your API key for authentication

Path Parameters

string
required
The batch UUID returned from POST /jobs

Request Body

array
required
List of rename operations
Each rename item contains:
string
required
The job UUID to rename (must belong to this batch)
string
required
New filename (without extension). Will be sanitized for safe S3/filesystem usage.

Response

integer
Number of jobs successfully renamed
array
List of error messages for failed renames

Example

Error Responses