Skip to main content

DesUpdateFolderInput

Input for updating folder.

input DesUpdateFolderInput {
description: String
folderId: String
folderType: DesFolderType
itemNamingSchemeTemplate: String
name: String
permissions: [DesUpdateFolderPermissionInput!]
workspaceUrl: String
}

Fields

DesUpdateFolderInput.description ● String scalar

New description of the folder. Not updated if omitted or set to null.

DesUpdateFolderInput.folderId ● String scalar

Reference identifier for the folder to update.

DesUpdateFolderInput.folderType ● DesFolderType enum

New folder type. Not updated if omitted or set to null.

DesUpdateFolderInput.itemNamingSchemeTemplate ● String scalar

New naming scheme for the folder items. Not updated if omitted or set to null.

DesUpdateFolderInput.name ● String scalar

New name of the folder. Not updated if omitted or set to null.

DesUpdateFolderInput.permissions ● [DesUpdateFolderPermissionInput!] list input

New folder permissions (non recursive). Not updated if omitted or set to null.

DesUpdateFolderInput.workspaceUrl ● String scalar

URL of the workspace in which the folder exists.