Type alias UpdateMediaRequestBody

UpdateMediaRequestBody: {
    folderId?: string;
    name?: string;
    projectId?: string;
}

Type declaration

  • Optional folderId?: string

    Folder ID to move the media to

  • Optional name?: string

    Name of the media file

  • Optional projectId?: string

    Project ID to associate the media with