Activepieces · JSON Structure

Activepieces Update Project Request Structure

UpdateProjectRequest schema from Activepieces API

Type: object Properties: 2
AutomationNo-CodeOpen SourceWorkflowAI AgentsMCP

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

Properties

displayName notifyStatus

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-project-request-structure.json",
  "name": "UpdateProjectRequest",
  "description": "UpdateProjectRequest schema from Activepieces API",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string",
      "description": "New project name"
    },
    "notifyStatus": {
      "type": "string",
      "enum": [
        "ALWAYS",
        "NEVER",
        "NEW_ISSUE"
      ],
      "description": "Notification settings"
    }
  }
}