"...tutorials/PersonAPI/images/mapping3.png "Request Message"" did not exist on "9ec038fe6cb2ae6fac2f5c40e5fb942a109047d6"
Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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"
}
}
}
}
}
}
}