|
97 | 97 | "message": "Forbidden" |
98 | 98 | } |
99 | 99 | ] |
100 | | - }, |
101 | | - { |
102 | | - "method": "POST", |
103 | | - "summary": "Add a new Application Information Structure [FB_33]", |
104 | | - "notes": "To provide the required Bearer access token in the HTTP Authorization header, enter the <strong>\"data_custodian_access_token\"</strong> in the appropriate field at the top of this web page!", |
105 | | - "nickname": "addApplicationInformation", |
106 | | - "consumes": ["application/atom+xml"], |
107 | | - "authorizations": ["oauth2"], |
108 | | - "parameters": |
109 | | - [ |
110 | | - { |
111 | | - "name": "applicationInformationData", |
112 | | - "description": "The new Application Information data.", |
113 | | - "required": true, |
114 | | - "allowMultiple": true, |
115 | | - "dataType": "String", |
116 | | - "paramType": "body" |
117 | | - } |
118 | | - ], |
119 | | - "responseMessages": |
120 | | - [ |
121 | | - { |
122 | | - "code": 201, |
123 | | - "message": "Created" |
124 | | - }, |
125 | | - { |
126 | | - "code": 400, |
127 | | - "message": "Bad Request" |
128 | | - }, |
129 | | - { |
130 | | - "code": 403, |
131 | | - "message": "Forbidden" |
132 | | - } |
133 | | - ] |
134 | | - } |
| 100 | + } |
135 | 101 | ] |
136 | 102 | }, |
137 | 103 | { |
|
174 | 140 | "message": "Forbidden" |
175 | 141 | } |
176 | 142 | ] |
177 | | - }, |
178 | | - { |
179 | | - "method": "PUT", |
180 | | - "summary": "Update an existing Application Information Structure [FB_41]", |
181 | | - "notes": "The Application Information must exist. To provide the required Bearer access token in the HTTP Authorization header, enter the <strong>\"data_custodian_access_token\"</strong> or <strong>\"registration_access_token\"</strong> in the appropriate field at the top of this web page!", |
182 | | - "nickname": "updateApplicationInformation", |
183 | | - "consumes": ["application/atom+xml"], |
184 | | - "authorizations": ["oauth2"], |
185 | | - "parameters": |
186 | | - [ |
187 | | - { |
188 | | - "name": "applicationInformationId", |
189 | | - "description": "The Id of the Application Information.", |
190 | | - "required": true, |
191 | | - "allowMultiple": true, |
192 | | - "dataType": "String", |
193 | | - "paramType": "path" |
194 | | - }, |
195 | | - { |
196 | | - "name": "applicationInformationData", |
197 | | - "description": "The Application Information data to be updated.", |
198 | | - "required": true, |
199 | | - "allowMultiple": true, |
200 | | - "dataType": "string", |
201 | | - "paramType": "body" |
202 | | - } |
203 | | - ], |
204 | | - "responseMessages": |
205 | | - [ |
206 | | - { |
207 | | - "code": 200, |
208 | | - "message": "OK" |
209 | | - }, |
210 | | - { |
211 | | - "code": 201, |
212 | | - "message": "Created" |
213 | | - }, |
214 | | - { |
215 | | - "code": 400, |
216 | | - "message": "Bad Request" |
217 | | - }, |
218 | | - { |
219 | | - "code": 403, |
220 | | - "message": "Forbidden" |
221 | | - } |
222 | | - ] |
223 | | - }, |
224 | | - { |
225 | | - "method": "DELETE", |
226 | | - "summary": "Delete an Application Information Structure [FB_41]", |
227 | | - "notes": "To provide the required Bearer access token in the HTTP Authorization header, enter the <strong>\"data_custodian_access_token\"</strong> or <strong>\"registration_access_token\"</strong> in the appropriate field at the top of this web page!", |
228 | | - "nickname": "deleteApplicationInformation", |
229 | | - "authorizations": ["oauth2"], |
230 | | - "parameters": |
231 | | - [ |
232 | | - { |
233 | | - "name": "applicationInformationId", |
234 | | - "description": "The Id of the Application Information Structure to be deleted.", |
235 | | - "required": true, |
236 | | - "allowMultiple": true, |
237 | | - "dataType": "String", |
238 | | - "paramType": "path" |
239 | | - } |
240 | | - ], |
241 | | - "responseMessages": |
242 | | - [ |
243 | | - { |
244 | | - "code": 200, |
245 | | - "message": "OK" |
246 | | - }, |
247 | | - { |
248 | | - "code": 400, |
249 | | - "message": "Bad Request" |
250 | | - }, |
251 | | - { |
252 | | - "code": 403, |
253 | | - "message": "Forbidden" |
254 | | - }, |
255 | | - { |
256 | | - "code": 404, |
257 | | - "message": "Not Found" |
258 | | - }, |
259 | | - { |
260 | | - "code": 410, |
261 | | - "message": "Gone" |
262 | | - } |
263 | | - ] |
264 | 143 | } |
265 | 144 | ] |
266 | 145 | } |
|
0 commit comments