Skip to content
Snippets Groups Projects
swaggerResponsString.json 735 B
Newer Older
Jared Balkman's avatar
Jared Balkman committed
{
	"swagger": "2.0",
	"info": {
		"description": null,
		"version": "1.0.0",
		"title": null,
		"termsOfService": null,
		"contact": null,
		"license": null
	},
	"host": "api.development.infa.org",
	"basePath": "/docs",
	"schemes": ["https"],
	"paths": {
		"/{param}": {
			"get": {
				"tags": ["amc"],
				"summary": null,
				"description": null,
				"operationId": "amc",
				"produces": ["*/*"],
				"consumes": ["application/json"],
				"parameters": [{
					"name": "param",
					"in": "path",
					"description": null,
					"required": false,
					"type": "string"
				}],
				"responses": {
					"200": {
						"description": "successful operation",
						"schema": {
							"type": "string"
						}
					}
				}
			}
		}
	}
}