|
106 | 106 | } |
107 | 107 | } |
108 | 108 | }, |
109 | | - "/lists/{list}": { |
| 109 | + "/lists/{listId}": { |
110 | 110 | "get": { |
111 | 111 | "tags": [ |
112 | 112 | "lists" |
113 | 113 | ], |
114 | 114 | "summary": "Gets a subscriber list.", |
115 | 115 | "description": "Returns a single subscriber list with specified ID.", |
116 | | - "operationId": "0dc1b40be222c4283ef1e39ee210d077", |
| 116 | + "operationId": "f5d26161429d82b84e1210a7e4f885f7", |
117 | 117 | "parameters": [ |
118 | 118 | { |
119 | | - "name": "list", |
| 119 | + "name": "listId", |
120 | 120 | "in": "path", |
121 | 121 | "description": "List ID", |
122 | 122 | "required": true, |
|
195 | 195 | ], |
196 | 196 | "summary": "Deletes a list.", |
197 | 197 | "description": "Deletes a single subscriber list.", |
198 | | - "operationId": "ab4b8e42dd519312a942be1f3a86771b", |
| 198 | + "operationId": "baa72cde782863de1f53e89dfbd93e42", |
199 | 199 | "parameters": [ |
200 | 200 | { |
201 | 201 | "name": "session", |
|
207 | 207 | } |
208 | 208 | }, |
209 | 209 | { |
210 | | - "name": "list", |
| 210 | + "name": "listId", |
211 | 211 | "in": "path", |
212 | 212 | "description": "List ID", |
213 | 213 | "required": true, |
|
255 | 255 | } |
256 | 256 | } |
257 | 257 | }, |
258 | | - "/lists/{id}/subscribers": { |
| 258 | + "/lists/{listId}/subscribers": { |
259 | 259 | "get": { |
260 | 260 | "tags": [ |
261 | 261 | "lists" |
262 | 262 | ], |
263 | 263 | "summary": "Gets a list of all subscribers of a subscriber list.", |
264 | 264 | "description": "Returns a JSON list of all subscribers for a subscriber list.", |
265 | | - "operationId": "4758420770106043c526018727384dc0", |
| 265 | + "operationId": "dd21a10e3957c57f1bcd1384f83ef5b8", |
266 | 266 | "parameters": [ |
267 | 267 | { |
268 | 268 | "name": "session", |
|
274 | 274 | } |
275 | 275 | }, |
276 | 276 | { |
277 | | - "name": "id", |
| 277 | + "name": "listId", |
278 | 278 | "in": "path", |
279 | 279 | "description": "List ID", |
280 | 280 | "required": true, |
|
355 | 355 | } |
356 | 356 | } |
357 | 357 | }, |
358 | | - "/lists/{id}/count": { |
| 358 | + "/lists/{listId}/count": { |
359 | 359 | "get": { |
360 | 360 | "tags": [ |
361 | 361 | "lists" |
362 | 362 | ], |
363 | 363 | "summary": "Gets the total number of subscribers of a list", |
364 | 364 | "description": "Returns a count of all subscribers in a given list.", |
365 | | - "operationId": "55d76d7f22b445a9d9dd7ba38a3156cf", |
| 365 | + "operationId": "fc4c315635de3590e75656c209220f08", |
366 | 366 | "parameters": [ |
367 | 367 | { |
368 | 368 | "name": "session", |
|
374 | 374 | } |
375 | 375 | }, |
376 | 376 | { |
377 | | - "name": "id", |
| 377 | + "name": "listId", |
378 | 378 | "in": "path", |
379 | 379 | "description": "List ID", |
380 | 380 | "required": true, |
|
501 | 501 | } |
502 | 502 | } |
503 | 503 | }, |
504 | | - "/sessions/{session}": { |
| 504 | + "/sessions/{sessionId}": { |
505 | 505 | "delete": { |
506 | 506 | "tags": [ |
507 | 507 | "sessions" |
508 | 508 | ], |
509 | 509 | "summary": "Delete a session.", |
510 | 510 | "description": "Delete the session passed as a parameter.", |
511 | | - "operationId": "fbeec6cb2db5898313a8dd3a91b2b57a", |
| 511 | + "operationId": "c6593eee8fe5b33f5737fb73937b6951", |
512 | 512 | "parameters": [ |
513 | 513 | { |
514 | | - "name": "session", |
| 514 | + "name": "sessionId", |
515 | 515 | "in": "path", |
516 | 516 | "description": "Session ID", |
517 | 517 | "required": true, |
|
708 | 708 | } |
709 | 709 | } |
710 | 710 | }, |
711 | | - "/subscribers/{subscriber}": { |
| 711 | + "/subscribers/{subscriberId}": { |
712 | 712 | "get": { |
713 | 713 | "tags": [ |
714 | 714 | "subscribers" |
715 | 715 | ], |
716 | 716 | "summary": "Get a subscriber", |
717 | 717 | "description": "Get subscriber date by id.", |
718 | | - "operationId": "e44a0899dcd578274795f5899d6a9fa5", |
| 718 | + "operationId": "cbc1272277c07c01e9f0214a21979a4a", |
719 | 719 | "parameters": [ |
720 | 720 | { |
721 | 721 | "name": "session", |
|
727 | 727 | } |
728 | 728 | }, |
729 | 729 | { |
730 | | - "name": "id", |
| 730 | + "name": "subscriberId", |
731 | 731 | "in": "path", |
732 | 732 | "description": "Subscriber ID", |
733 | 733 | "required": true, |
|
0 commit comments