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: