--- swagger: "2.0" info: version: "2019-08-19T22:51:23Z" title: "redacted" host: "redacted.pboperations.tv" basePath: "/prod" schemes: - "https" paths: /: get: produces: - "text/html" responses: 200: description: "200 response" headers: Content-Type: type: "string" /authDirectDebug: post: produces: - "application/json" responses: 200: description: "200 response" schema: $ref: "#/definitions/Empty" security: - api_key: [] /authTest: get: produces: - "application/json" responses: 200: description: "200 response" headers: Content-Type: type: "string" security: - authenticateUser: [] /clientApps: get: produces: - "application/json" responses: 200: description: "200 response" headers: Content-Type: type: "string" /connectivity: get: produces: - "application/json" responses: 200: description: "200 response" schema: $ref: "#/definitions/Empty" /issuedIdentity: post: produces: - "application/json" responses: 200: description: "200 response" headers: Content-Type: type: "string" 400: description: "400 response" headers: Content-Type: type: "string" 500: description: "500 response" headers: Content-Type: type: "string" /login: post: produces: - "application/json" responses: 200: description: "200 response" schema: $ref: "#/definitions/Empty" /modelValidation: post: produces: - "application/json" responses: 200: description: "200 response" schema: $ref: "#/definitions/Empty" /receiveMOM: post: produces: - "application/json" responses: 200: description: "200 response" schema: $ref: "#/definitions/Empty" /user/adminDataPackage: get: produces: - "application/json" responses: 200: description: "200 response" schema: $ref: "#/definitions/Empty" /user/create: post: produces: - "application/json" responses: 200: description: "200 response" schema: $ref: "#/definitions/Empty" /user/passwordChange: post: produces: - "application/json" responses: 200: description: "200 response" schema: $ref: "#/definitions/Empty" /user/passwordReset: post: produces: - "application/json" responses: 200: description: "200 response" schema: $ref: "#/definitions/Empty" /user/permissionsGrant: post: produces: - "application/json" responses: 200: description: "200 response" schema: $ref: "#/definitions/Empty" /user/permissionsRevoke: post: produces: - "application/json" responses: 200: description: "200 response" schema: $ref: "#/definitions/Empty" /user/setAccountState: post: produces: - "application/json" responses: 200: description: "200 response" schema: $ref: "#/definitions/Empty" /user/setEmail: post: produces: - "application/json" responses: 200: description: "200 response" schema: $ref: "#/definitions/Empty" /user/setFullName: post: produces: - "application/json" responses: 200: description: "200 response" schema: $ref: "#/definitions/Empty" securityDefinitions: authenticateUser: type: "apiKey" name: "Unused" in: "header" x-amazon-apigateway-authtype: "custom" api_key: type: "apiKey" name: "x-api-key" in: "header" definitions: Empty: type: "object" title: "Empty Schema"