Skip to main content
Rename a recording
curl --request PATCH \
  --url https://api.example.com/api/recordings/{old_name}/{new_name}
[
  {
    "path": "<string>",
    "name": "<string>",
    "format": "<string>",
    "duration": "<string>",
    "size": "<string>",
    "created": "<string>"
  }
]

Path Parameters

old_name
string
required
new_name
string
required

Response

Successful Response

path
string
required
name
string
required
format
string
required
duration
string
required
size
string
required
created
string
required