Update pipeline

post /text/Keywords/Optimization/Pipelines/{id}
This endpoint allows the user to update the pipeline by specifying the id in the URL path and providing the necessary details in the request body.

Requirements

Authentication Required
Bearer access_token
Request Headers
Authorization: Bearer access_token
Content-Type: application/json
Parameter Name Type Description
id string, required The ID of the pipeline to be updated. This is a path parameter and must be included in the URL.

Request body parameters

Response

200
400
404
500
//The request was successful, and the pipeline was updated. The response returns the details of the updated pipeline.
//The request is invalid due to missing or incorrect parameters.
//The specified id does not exist or cannot be found.
//The server encountered an error when processing the request.