{ "swagger": "2.0", "info": { "description": "Patch Demo", "version": "1.0.0", "title": "Patch Demo", "termsOfService": "http://apigee4mv4d-test.apigee.net/terms-of-service", "contact": { "name": "API Team", "url": "http://apigee4mv4d-test.apigee.net/contact", "email": "apiteam@example.com" }, "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } }, "host": "apigee4mv4d-test.apigee.net", "basePath": "/", "schemes": [ "http" ], "paths": { "/no-target-2": { "patch": { "summary": "Patch Example", "operationId": "patchExample", "produces": [ null ], "responses": { "200": { "description": "OK" } }, "parameters": [] } } } }