D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

RenamedFolderEvent Data Type

Properties
name data type constraints description
renamedFolderId string required
previousName string required
newName string required
Properties inherited from WorkspaceEvent
idsAsGroup boolean required boolean
type WorkspaceEventType  
idsToNotify array of string required

Example

{
  "renamedFolderId" : "...",
  "previousName" : "...",
  "newName" : "...",
  "type" : "FOLDER_RENAME",
  "idsAsGroup" : true,
  "idsToNotify" : [ "...", "..." ]
}