6
6
"version" :" v1.0.0"
7
7
},
8
8
"paths" :{
9
+ "/a/{id}" :{
10
+ "delete" :{
11
+ "tags" :[" Album" ],"summary" :" Album By ID" ,
12
+ "operationId" :" rest/web_test.albumByID7" ,
13
+ "parameters" :[
14
+ {"name" :" locale" ,"in" :" query" ,"schema" :{"type" :" string" }},
15
+ {
16
+ "name" :" id" ,"in" :" path" ,"required" :true ,"schema" :{"type" :" integer" }
17
+ }
18
+ ],
19
+ "responses" :{
20
+ "200" :{
21
+ "description" :" OK" ,
22
+ "content" :{
23
+ "application/json" :{"schema" :{"$ref" :" #/components/schemas/WebTestAlbum" }}
24
+ }
25
+ }
26
+ }
27
+ },
28
+ "get" :{
29
+ "tags" :[" Album" ],"summary" :" Album By ID" ,
30
+ "operationId" :" rest/web_test.albumByID4" ,
31
+ "parameters" :[
32
+ {"name" :" locale" ,"in" :" query" ,"schema" :{"type" :" string" }},
33
+ {
34
+ "name" :" id" ,"in" :" path" ,"required" :true ,"schema" :{"type" :" integer" }
35
+ }
36
+ ],
37
+ "responses" :{
38
+ "200" :{
39
+ "description" :" OK" ,
40
+ "content" :{
41
+ "application/json" :{"schema" :{"$ref" :" #/components/schemas/WebTestAlbum" }}
42
+ }
43
+ }
44
+ }
45
+ },
46
+ "head" :{
47
+ "tags" :[" Album" ],"summary" :" Album By ID" ,
48
+ "operationId" :" rest/web_test.albumByID9" ,
49
+ "parameters" :[
50
+ {"name" :" locale" ,"in" :" query" ,"schema" :{"type" :" string" }},
51
+ {
52
+ "name" :" id" ,"in" :" path" ,"required" :true ,"schema" :{"type" :" integer" }
53
+ }
54
+ ],
55
+ "responses" :{"200" :{"description" :" OK" }}
56
+ },
57
+ "options" :{
58
+ "tags" :[" Album" ],"summary" :" Album By ID" ,
59
+ "operationId" :" rest/web_test.albumByID8" ,
60
+ "parameters" :[
61
+ {"name" :" locale" ,"in" :" query" ,"schema" :{"type" :" string" }},
62
+ {
63
+ "name" :" id" ,"in" :" path" ,"required" :true ,"schema" :{"type" :" integer" }
64
+ }
65
+ ],
66
+ "responses" :{
67
+ "200" :{
68
+ "description" :" OK" ,
69
+ "content" :{
70
+ "application/json" :{"schema" :{"$ref" :" #/components/schemas/WebTestAlbum" }}
71
+ }
72
+ }
73
+ }
74
+ },
75
+ "patch" :{
76
+ "tags" :[" Album" ],"summary" :" Album By ID" ,
77
+ "operationId" :" rest/web_test.albumByID10" ,
78
+ "parameters" :[
79
+ {"name" :" locale" ,"in" :" query" ,"schema" :{"type" :" string" }},
80
+ {
81
+ "name" :" id" ,"in" :" path" ,"required" :true ,"schema" :{"type" :" integer" }
82
+ }
83
+ ],
84
+ "responses" :{
85
+ "200" :{
86
+ "description" :" OK" ,
87
+ "content" :{
88
+ "application/json" :{"schema" :{"$ref" :" #/components/schemas/WebTestAlbum" }}
89
+ }
90
+ }
91
+ }
92
+ },
93
+ "post" :{
94
+ "tags" :[" Album" ],"summary" :" Album By ID" ,
95
+ "operationId" :" rest/web_test.albumByID6" ,
96
+ "parameters" :[
97
+ {"name" :" locale" ,"in" :" query" ,"schema" :{"type" :" string" }},
98
+ {
99
+ "name" :" id" ,"in" :" path" ,"required" :true ,"schema" :{"type" :" integer" }
100
+ }
101
+ ],
102
+ "responses" :{
103
+ "200" :{
104
+ "description" :" OK" ,
105
+ "content" :{
106
+ "application/json" :{"schema" :{"$ref" :" #/components/schemas/WebTestAlbum" }}
107
+ }
108
+ }
109
+ }
110
+ },
111
+ "put" :{
112
+ "tags" :[" Album" ],"summary" :" Album By ID" ,
113
+ "operationId" :" rest/web_test.albumByID5" ,
114
+ "parameters" :[
115
+ {"name" :" locale" ,"in" :" query" ,"schema" :{"type" :" string" }},
116
+ {
117
+ "name" :" id" ,"in" :" path" ,"required" :true ,"schema" :{"type" :" integer" }
118
+ }
119
+ ],
120
+ "responses" :{
121
+ "200" :{
122
+ "description" :" OK" ,
123
+ "content" :{
124
+ "application/json" :{"schema" :{"$ref" :" #/components/schemas/WebTestAlbum" }}
125
+ }
126
+ }
127
+ }
128
+ },
129
+ "trace" :{
130
+ "tags" :[" Album" ],"summary" :" Album By ID" ,
131
+ "operationId" :" rest/web_test.albumByID11" ,
132
+ "parameters" :[
133
+ {"name" :" locale" ,"in" :" query" ,"schema" :{"type" :" string" }},
134
+ {
135
+ "name" :" id" ,"in" :" path" ,"required" :true ,"schema" :{"type" :" integer" }
136
+ }
137
+ ],
138
+ "responses" :{
139
+ "200" :{
140
+ "description" :" OK" ,
141
+ "content" :{
142
+ "application/json" :{"schema" :{"$ref" :" #/components/schemas/WebTestAlbum" }}
143
+ }
144
+ }
145
+ }
146
+ }
147
+ },
9
148
"/albums" :{
10
149
"options" :{
11
150
"tags" :[" Album" ],"summary" :" Post Albums" ,
154
293
}
155
294
}
156
295
}
157
- }
296
+ }
0 commit comments