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

Documentation Index

Fetch the complete documentation index at: https://docs.dwe.ai/llms.txt

Use this file to discover all available pages before exploring further.

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