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.
Optionally supply a config object for this version of the processor.If not supplied, the config that is currently in the draft ProcessorVersion in Extend will be used.See the Processor Configs guide for more details on config schema.
400 Bad Request: If the request body fails schema validation or if there’s an issue with the provided configuration, particularly when it comes to the config which depends on the processor type.