Update file namespace assignments
Local Files
Update File Namespaces
Set the namespaces a file belongs to. Replaces any existing namespace assignments. The ‘default’ namespace is always preserved.
PUT
Update file namespace assignments
Set which namespaces a file belongs to. This replaces any existing namespace assignments for the file. The
default namespace is always preserved.
Overview
Use this endpoint to move a file between namespaces or assign it to multiple namespaces at once. The response returns the updatednamespace_ids and resolved namespaces reflecting the new assignments.
Example Request
Success Response
The
default namespace is always preserved in the response, even if not explicitly included in namespace_ids.Authorizations
API key authentication. Include your VidNavigator API key in the X-API-Key header.
Path Parameters
The ID of the file to update
Body
application/json
List of namespace IDs to assign to this file
Example:
["64a1b2c3d4e5f6789..."]
