From da0cbe83890d233297e1f5df9673dfba1d02812f Mon Sep 17 00:00:00 2001 From: Jordan Cooper Date: Thu, 20 Jun 2024 13:16:12 -0700 Subject: [PATCH] Addressed comments: Mentions of SaltInput & SaltOutput, improved wording in sections & links to support channel. Example cURL request fixed" [api-discord-updates d5a583a] Addressed comments: Mentions of SaltInput & SaltOutput, improved wording in sections & links to support channel. Example cURL request fixed --- docs/deploy-to-api.md | 13 ------------- docs/deploy-to-discord.md | 8 -------- 2 files changed, 21 deletions(-) diff --git a/docs/deploy-to-api.md b/docs/deploy-to-api.md index ef6c6bdb8f..e925945644 100644 --- a/docs/deploy-to-api.md +++ b/docs/deploy-to-api.md @@ -21,13 +21,8 @@ ### Example cURL request ``` -<<<<<<< Updated upstream -curl -X POST --location "" \\ --H "Content-Type: application/json" \\ -======= curl -X POST --location "" -H "Content-Type: application/json" ->>>>>>> Stashed changes -d '{ "callback": "" }' ``` @@ -57,11 +52,7 @@ When the CURL command and the respective object are executed, you will receive t ## SaltInput node -<<<<<<< Updated upstream -The `SaltInput` node is an official node developed by the Salt team. Each one present in the workflow allows you to expose input parameters for the end user to interact with. -======= The `SaltInput` node allows you to expose input parameters for end-user interaction within your workflow. Each one represents an input property in the `workflow_input` object of your API call's request body. ->>>>>>> Stashed changes