File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -2500,6 +2500,25 @@ paths:
25002500 type : aws_proxy
25012501 uri :
25022502 ' Fn::Sub ' : ' arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${ResponderDLQReenqueueFunction.Arn}/invocations'
2503+ ' /v1/management/playbooks_janitor ' :
2504+ post :
2505+ summary : Run playbooks janitor
2506+ operationId : playbooks_janitor
2507+ responses :
2508+ ' 204 ' :
2509+ description : No Content
2510+ ' 400 ' :
2511+ description : Bad Request
2512+ ' 404 ' :
2513+ description : Not Found
2514+ security :
2515+ - aims_request_authorizer : []
2516+ description : Run playbooks janitor
2517+ x-amazon-apigateway-integration :
2518+ httpMethod : POST
2519+ type : aws_proxy
2520+ uri :
2521+ ' Fn::Sub ' : ' arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${ResponderJanitorPlaybooksFunction.Arn}/invocations'
25032522 ' /v1/{account_id}/authentication_token ' :
25042523 parameters :
25052524 - schema :
You can’t perform that action at this time.
0 commit comments