Skip to content

Commit

Permalink
update swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Sep 10, 2024
1 parent 7d0fdc4 commit 74362d9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/swagger-resume-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,25 @@ paths:
type: aws_proxy
uri:
Fn::Sub: "arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${LambdaFunctionName}/invocations"

/api/v1/recruiter/mass_download:
get:
summary: Recruiter mode - mass download resume PDFs
operationId: recruiterMassDownloadPDFs
responses:
200:
description: OK

security:
- CombinedAuthorizer: []

x-amazon-apigateway-integration:
responses:
default:
statusCode: 200
passthroughBehavior: when_no_match
httpMethod: POST
contentHandling: CONVERT_TO_TEXT
type: aws_proxy
uri:
Fn::Sub: "arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${LambdaFunctionName}/invocations"

0 comments on commit 74362d9

Please sign in to comment.