swagger-2.0

Swagger / OpenAPI spec featuring file upload rejected by Google Endpoints

Swagger / OpenAPI spec featuring file upload rejected by Google Endpoints Question: My goal is to set up a simple API for uploading a file via Google Endpoints. This is my simplified OpenAPI specification which is valid according to Swagger validation: swagger: “2.0” info: title: “JSON Ingester” description: “Receive JSON files, transform and load them.” …

Total answers: 3