Publish Processor Version
This endpoint allows you to publish a new version of an existing processor. Publishing a new version creates a snapshot of the processor's current configuration and makes it available for use in workflows.
Publishing a new version does not automatically update existing workflows using this processor. You may need to manually update workflows to use the new version if desired.
Path parameters
id
The ID of the processor to publish a new version for.
Example: "dp_Xj8mK2pL9nR4vT7qY5wZ"
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-extend-api-version
API version to use for the request. If you do not specify a version, you will either receive a 400 Bad Request
or be set to a previous legacy version. See API Versioning for more details.
Allowed values:
Request
This endpoint expects an object.
releaseType
The type of release for this version. The two options are "major" and "minor", which will increment the version number accordingly.
Allowed values:
description
A description of the changes in this version. This helps track the evolution of the processor over time.
config
The configuration for this version of the processor. The type of configuration must match the processor type.
Response
Successfully published processor version
success
processorVersion