Skip to main content
PUT
/
transform-group
/
{transform_group_id}
cURL
curl --request PUT \
  --url https://api.mezmo.com/v3/transform-group/{transform_group_id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "title": "<string>",
  "description": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://mezmo-9a59581a-mintlify-926f893d.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter your token in the format: Token mytokengoeshere

Path Parameters

transform_group_id
string<uuid>
required

Body

application/json
title
string
required

The title of the Processor Group

Maximum string length: 512
Pattern: ^[^<>"]+$
description
string | null

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

Minimum string length: 1
Pattern: ^[^<>"]+$

Response

200

Default Response