v36

OpenAPI 3.1.0raw.githubusercontent.com2026-08-0187270483.0 KB
Subscriptions

Update a Subscription

Updates an existing subscription. Follow conventional PATCH behavior, so only included fields will be updated.

patch/v3/subscriptions/{subscriptionID}

Path parameters

subscriptionIDstring required

ID of the subscription to update

Request body

namestring

Name of subscription.

type'transform' | 'analyze' | 'route' | 'join' | 'split_collection' | 'split_item' | 'evaluation' | 'error' | 'payload_shaping' | 'enrich' | 'collection_processing'

Type of subscription.

disabledboolean

Toggles whether subscription is active or not.

functionNamestring

Unique name of function this subscription listens to.

webhookURLstring

URL bem will send webhook requests to.

s3Bucketstring

S3 bucket name for syncing output data to AWS S3.

s3FilePathstring

S3 file path for syncing output data to AWS S3.

googleDriveFolderIDstring

Google Drive folder ID for syncing output data to Google Drive.

Response

The request has succeeded.

namestring required

Name of subscription.

subscriptionIDstring required

The unique identifier of the subscription.

type'transform' | 'analyze' | 'route' | 'join' | 'split_collection' | 'split_item' | 'evaluation' | 'error' | 'payload_shaping' | 'enrich' | 'collection_processing' required

Type of subscription.

functionIDstring

Unique identifier of function this subscription listens to.

functionNamestring

Unique name of function this subscription listens to.

collectionIDstring

Unique identifier of collection this subscription listens to.

collectionNamestring

Name of collection this subscription listens to.

disabledboolean

Toggles whether subscription is active or not.

webhookURLstring

URL bem will send webhook requests to.

s3Bucketstring

S3 bucket name for syncing output data to AWS S3.

s3FilePathstring

S3 file path for syncing output data to AWS S3.

googleDriveFolderIDstring

Google Drive folder ID for syncing output data to Google Drive.