Skip to main content
PUT
Rename a namespace
Rename an existing namespace. The default namespace cannot be renamed.

Example Request

Success Response

Authorizations

X-API-Key
string
header
required

API key authentication. Include your VidNavigator API key in the X-API-Key header.

Path Parameters

namespace_id
string
required

The ID of the namespace to rename

Body

application/json
name
string
required

New name for the namespace

Example:

"Product Demos"

Response

Namespace renamed successfully

status
enum<string>
Available options:
success
message
string