# Generate Integrated Pipeline Yaml

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Generate Integrated Pipeline Yaml"}
>
</Heading>

<MethodEndpoint
  method={"post"}
  path={"/api/v1/pipeline-utils/yaml-integrate"}
  context={"endpoint"}
>
  
</MethodEndpoint>

:::caution deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

:::

Generate Integrated Pipeline Yaml

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
  children={"Request"}
>
</Heading>

<ParamsDetails
  parameters={undefined}
>
  
</ParamsDetails>

<RequestSchema
  title={"Body"}
  body={{"content":{"application/json":{"schema":{"properties":{"original":{"description":"The original YAML which will be udpated with the changes from update data.","title":"Original YAML","type":"string"},"updated":{"additionalProperties":true,"description":"A dictionary containing updated data which will be merged into the original YAML.","title":"Updated data","type":"object"}},"required":["original","updated"],"title":"GenerateIntegratedYamlData","type":"object"}}},"required":true}}
>
  
</RequestSchema>

<StatusCodes
  id={undefined}
  label={undefined}
  responses={{"200":{"content":{"application/json":{"schema":{"title":"Response Generate Integrated Pipeline Yaml Api V1 Pipeline Utils Yaml Integrate Post","type":"string"}}},"description":"Returns a merged YAML file, integrating changes from the updated dictionary into the original YAML."},"422":{"description":"Raises an error when the request body is invalid."}}}
>
  
</StatusCodes>
