get-all-apis

Source

  • Repository: jef-systems/jef-aws-apgw-backend

  • Lambda: jef-aws-apgw-get-all-apis

  • Commit: 0fe7213517399a18aa89e56983102aa2c8057a3b

Request Payload

{}

Response

{
  "exists": "boolean",
  "message": "string",
  "apis": [
    {
      "name": "string",
      "type": "string",
      "paths": [
        {
          "type": "string-GET|PATCH|DELETE|POST",
          "path_name": "string"
        }
      ]
    }
  ]
}