get-all-apis¶
Source¶
Repository:
jef-systems/jef-aws-apgw-backendLambda:
jef-aws-apgw-get-all-apisCommit:
0fe7213517399a18aa89e56983102aa2c8057a3b
Request Payload¶
{}
Response¶
{
"exists": "boolean",
"message": "string",
"apis": [
{
"name": "string",
"type": "string",
"paths": [
{
"type": "string-GET|PATCH|DELETE|POST",
"path_name": "string"
}
]
}
]
}