We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba9881 commit cf1a08eCopy full SHA for cf1a08e
examples/eg009UseTemplate.sh
@@ -37,7 +37,7 @@ curl --header "Authorization: Bearer ${access_token}" \
37
--header "Content-Type: application/json" \
38
--data-binary \
39
"{
40
- \"templateId\": \"8daaae89-e16d-47b8-929a-d6b8b59e1ba8\",
+ \"templateId\": \"${template_id}\",
41
\"templateRoles\": [
42
{
43
\"email\": \"{USER_EMAIL}\",
0 commit comments