Activepieces · JSON Structure

Activepieces Update Folder Request Structure

UpdateFolderRequest schema from Activepieces API

Type: object Properties: 1
AutomationNo-CodeOpen SourceWorkflowAI AgentsMCP

UpdateFolderRequest is a JSON Structure definition published by Activepieces, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

displayName

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/activepieces/refs/heads/main/json-structure/activepieces-update-folder-request-structure.json",
  "name": "UpdateFolderRequest",
  "description": "UpdateFolderRequest schema from Activepieces API",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string",
      "description": "New folder name"
    }
  }
}