Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Enter your token in the format: Token mytokengoeshere

Body

application/json
title
string
required

The title of the Processor Group

Maximum string length: 512
Pattern: ^[^<>"]+$
pipeline_id
string<uuid>
required

The Pipeline ID to copy from.

pipeline_transform_ids
string<uuid>[]
required

A list of IDs of transforms to copy into this new group.

Minimum array length: 1
description
string | null

A description of this Processor Group's behavior or purpose.

Minimum string length: 1
Pattern: ^[^<>"]+$
deploy_type
enum<string>
default:saas

The type of deployment this Processor Group will be used in.

Available options:
saas,
local

Response

200

Default Response