Skip to content

Commit a95ff7e

Browse files
author
Paul Branston
committed
Added body mapping template entry for token in install_API_GAteway_definitions
1 parent fbbfd40 commit a95ff7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/install_API_Gateway_definitions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@
868868
}
869869
},
870870
"requestTemplates": {
871-
"application/json": "{\n \"signing_key\": \"${stageVariables.signing_key}\",\n \"cookie\": \"$input.params('Cookie')\",\n \"objects_table\": \"${stageVariables.objects_table}\",\n \n \"category_id\": $input.json(\"$.category_id\"),\n \"precedence\": $input.json(\"$.precedence\")\n}\n"
871+
"application/json": "{\n \"signing_key\": \"${stageVariables.signing_key}\",\n \"cookie\": \"$input.params('Cookie')\",\n \"objects_table\": \"${stageVariables.objects_table}\",\n \"token_name\": \"${stageVariables.token_name}\",\n \n \"category_id\": $input.json(\"$.category_id\"),\n \"precedence\": $input.json(\"$.precedence\")\n}\n"
872872
},
873873
"uri": "",
874874
"passthroughBehavior": "when_no_templates",

0 commit comments

Comments
 (0)