From bc87e885a2f01fba59868b60d670f07fe9ee2c29 Mon Sep 17 00:00:00 2001 From: Daniel Widdis Date: Mon, 1 Apr 2024 14:11:15 -0700 Subject: [PATCH] Warn about escaping quotes in curl command (#632) * Warn about escaping quotes in curl command Signed-off-by: Daniel Widdis * Update wording Signed-off-by: Daniel Widdis --------- Signed-off-by: Daniel Widdis --- sample-templates/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sample-templates/README.md b/sample-templates/README.md index 939574c5a..84e9d0214 100644 --- a/sample-templates/README.md +++ b/sample-templates/README.md @@ -6,6 +6,8 @@ Each template is provided in both YAML and JSON format with identical functional The YAML templates include comments which give more insight into the template's usage. Use the corresponding `Content-Type` (`application/yaml` or `application/json`) when providing them as the body of a REST request. +**Note:** Several of the templates use both the single quote (`'`) and double quote (`"`) characters which may create issues using the templates with `curl` on the command line and the template in `--data`. Escaping the single quotes or reading the template from a file is needed to work around this. + You will need to update the `credentials` field with appropriate API keys. To create a workflow and provision the resources: