We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e25a3 commit be2ba9cCopy full SHA for be2ba9c
templates/template-core.yaml
@@ -434,10 +434,6 @@ paths:
434
in: "path"
435
required: true
436
type: "string"
437
- - name: "audience"
438
- in: "query"
439
- required: true
440
- type: "string"
441
- name: "Authorization"
442
in: "header"
443
@@ -490,7 +486,7 @@ paths:
490
486
application/json: "{\n\"id\": \"$input.params('id')\",\n\"client_id\": \"\
491
487
$input.params('application')\",\n\"api_request_id\": \"$input.params('API-Request-Id')\"\
492
488
,\n\"api_client_id\": \"$input.params('API-Client-Id')\",\n\"audience\"\
493
- : \"$input.params('audience')\"\n}\n"
489
+ : $input.json('$.audience'),\n\"permissions\": $input.json('$.permissions')\n}\n"
494
passthroughBehavior: "never"
495
httpMethod: "POST"
496
type: "aws"
0 commit comments