Skip to content

Commit 68d75ad

Browse files
author
cibot
committed
Definitions Update aetuner
1 parent 961a193 commit 68d75ad

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

alsdkdefs/apis/aetuner/aetuner.v1.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,19 @@ paths:
503503
in: path
504504
required: true
505505
description: AIMS Account ID
506-
/healthcheck:
506+
'/version':
507+
get:
508+
summary: Get AEtuner version
509+
tags: []
510+
responses:
511+
'200':
512+
description: OK
513+
operationId: get_version
514+
description: Get the AEtuner version
515+
x-amazon-apigateway-integration:
516+
uri:
517+
'Fn::Sub': 'arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${AETunerVersionFunction.Arn}/invocations'
518+
'/healthcheck':
507519
get:
508520
summary: Your GET endpoint
509521
tags: []

0 commit comments

Comments
 (0)