For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Open sourceSupportFAQsDocs Home
DocumentationAPI ReferenceRelease notes
DocumentationAPI ReferenceRelease notes
  • Introduction
    • Overview
    • Authentication
  • Guides
    • Integration API routes
    • Operations Manager search APIs
    • Search API
    • URL query parameters
    • Use query parameters in API requests
  • Reference
        • POSTAdd group to workflow
        • POSTAdd workflow
        • POSTCalculate workflow schemas
        • DELDelete all groups for a workflow
        • DELDelete workflow
        • POSTExport workflow
        • GETGet task details
        • GETGet tasks
        • POSTImport workflow
        • GETList groups for a workflow
        • PUTOverwrite groups for a workflow
        • DELRemove a group from a workflow
        • POSTRename workflow
LogoLogo
Open sourceSupportFAQsDocs Home
ReferenceWorkflow Builder

Add group to workflow

POST
http://localhost:3000/workflow_builder/workflows/:name/groups
POST
/workflow_builder/workflows/:name/groups
$curl -X POST http://localhost:3000/workflow_builder/workflows/name/groups \
> -H "Content-Type: application/json" \
> -u "<username>:<password>" \
> -d '{}'
1true
Adds a group to the list of groups for a Workflow.
Was this page helpful?
Previous

Add workflow

Next
Built with

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

namestringRequired
Name of Workflow

Request

request body
groupstringOptionalformat: "^[0-9a-f]{24}$"

Response

Status of Overwrite

Errors

500
Internal Server Error