From f866a2ce9560f0c4aef2903190aa2e134accc7e0 Mon Sep 17 00:00:00 2001 From: Jon Magoon Date: Mon, 16 Dec 2024 13:14:58 -0700 Subject: [PATCH] Update docs/deploy-a-pipeline.md --- docs/deploy-a-pipeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy-a-pipeline.md b/docs/deploy-a-pipeline.md index 9e72361d..f3770d5c 100644 --- a/docs/deploy-a-pipeline.md +++ b/docs/deploy-a-pipeline.md @@ -18,7 +18,7 @@ After the creation or modification of a pipeline, our system stores the informat ![selected-executed-pipeline.png](assets%2Fselected-executed-pipeline.png) 3. **Deploy desired pipeline** - Once you have selected your desired pipeline, you can deploy it by simply clicking on the deploy button corresponding to it. the system would process the request, and update the deploy button to **Payload** + Once you have selected your desired pipeline, you can deploy it by simply clicking on the deploy button corresponding to it. The system would process the request, and update the deploy button to **Payload** ![deploy-to-payload.gif](assets%2Fdeploy-to-payload.gif) 4. **Retrieve Code Examples** After succesfully deploying your pipeline, you can click the **Payload** button, and this will display code examples demonstrating how to call the API for your pipeline. You can utilize these examples to have them integrated into your applications.