Restore cluster-based pipeline

post /text/Keywords/Optimization/Pipelines/Restore

This endpoint allows restoring a deleted cluster-based pipeline using the provided parameters and request body. The restored pipeline's details will be included in the response.

Requirements

Authentication Required
Bearer access_token
Request Headers
Authorization: Bearer access_token
Content-Type: application/json
Parameter Name Type Description
storeId string, required The store identifier. Defaults to "default" if not provided.
type string, required Specifies the type of pipeline, which can be either Product or Category.
recordId string, required The Object ID associated with the pipeline.
languageCode string, required Two-letter language code, e.g., en. Default is en.
triggers object, optional Contains additional trigger configurations for the pipeline.
triggers.additionalProp1 object, optional Additional trigger with options, value, action, and text types.
triggers.additionalProp1.option string, optional Trigger option (e.g., None).
triggers.additionalProp1.value integer, optional Value associated with the trigger.
triggers.additionalProp1.action string, optional Trigger action (e.g., FlagForRewrite).
triggers.additionalProp1.textTypes array, optional Types of text associated with the trigger.

Response

200
400
404
500
//The request was successful, and the keyword pipeline has been restored. The response includes the restored pipeline's details.
//The request is invalid due to missing or incorrect fields.
//The specified resource does not exist or cannot be found.
//The server encountered an error when processing the request.