app_store_connect 0.26.0 → 0.27.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,705 +1,779 @@
1
1
  {
2
2
  "objects": [],
3
- "web_service_endpoints": [
4
- {
5
- "http_method": "delete",
6
- "url": "https://api.appstoreconnect.apple.com/v1/users/{id}",
7
- "alias": "delete_user"
8
- },
9
- {
10
- "http_method": "delete",
11
- "url": "https://api.appstoreconnect.apple.com/v1/users/{id}/relationships/visibleApps",
12
- "alias": "delete_visible_app"
13
- },
14
- {
15
- "http_method": "delete",
16
- "url": "https://api.appstoreconnect.apple.com/v1/bundleIdCapabilities/{id}",
17
- "alias": "delete_bundle_id_capability"
18
- },
19
- {
20
- "http_method": "delete",
21
- "url": "https://api.appstoreconnect.apple.com/v1/userInvitations/{id}",
22
- "alias": "delete_user_invitation"
23
- },
24
- {
25
- "http_method": "delete",
26
- "url": "https://api.appstoreconnect.apple.com/v1/certificates/{id}",
27
- "alias": "delete_certificate"
28
- },
29
- {
30
- "http_method": "delete",
31
- "url": "https://api.appstoreconnect.apple.com/v1/bundleIds/{id}",
32
- "alias": "delete_bundle_id"
33
- },
34
- {
35
- "http_method": "delete",
36
- "url": "https://api.appstoreconnect.apple.com/v1/profiles/{id}",
37
- "alias": "delete_profile"
38
- },
39
- {
40
- "http_method": "delete",
41
- "url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}",
42
- "alias": "delete_beta_tester"
43
- },
44
- {
45
- "http_method": "delete",
46
- "url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/relationships/betaGroups",
47
- "alias": "delete_beta_tester_beta"
48
- },
49
- {
50
- "http_method": "delete",
51
- "url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/relationships/builds",
52
- "alias": "delete_beta_tester_builds"
53
- },
54
- {
55
- "http_method": "delete",
56
- "url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/relationships/apps",
57
- "alias": "delete_beta_tester_apps"
58
- },
59
- {
60
- "http_method": "delete",
61
- "url": "https://api.appstoreconnect.apple.com/v1/betaGroups/{id}",
62
- "alias": "delete_beta_group"
63
- },
64
- {
65
- "http_method": "delete",
66
- "url": "https://api.appstoreconnect.apple.com/v1/betaGroups/{id}/relationships/betaTesters",
67
- "alias": "delete_beta_group_beta_testers"
68
- },
69
- {
70
- "http_method": "delete",
71
- "url": "https://api.appstoreconnect.apple.com/v1/betaGroups/{id}/relationships/builds",
72
- "alias": "delete_beta_group_builds"
73
- },
74
- {
75
- "http_method": "delete",
76
- "url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/relationships/betaTesters",
77
- "alias": "delete_app_beta_testers"
78
- },
79
- {
80
- "http_method": "delete",
81
- "url": "https://api.appstoreconnect.apple.com/v1/betaAppLocalizations/{id}",
82
- "alias": "delete_beta_app_localization"
83
- },
84
- {
85
- "http_method": "delete",
86
- "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/relationships/betaGroups",
87
- "alias": "delete_build_beta_group"
88
- },
89
- {
90
- "http_method": "delete",
91
- "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/relationships/individualTesters",
92
- "alias": "delete_build_individual_testers"
93
- },
94
- {
95
- "http_method": "delete",
96
- "url": "https://api.appstoreconnect.apple.com/v1/betaBuildLocalizations/{id}",
97
- "alias": "delete_beta_build_localizations"
98
- },
99
- {
100
- "alias": "create_certificate",
101
- "http_method": "post",
102
- "url": "https://api.appstoreconnect.apple.com/v1/certificates",
103
- "http_body_type": "CertificateCreateRequest"
104
- },
105
- {
106
- "alias": "create_profile",
107
- "http_method": "post",
108
- "url": "https://api.appstoreconnect.apple.com/v1/profiles",
109
- "http_body_type": "ProfileCreateRequest"
110
- },
111
- {
112
- "alias": "create_device",
113
- "http_method": "post",
114
- "url": "https://api.appstoreconnect.apple.com/v1/devices",
115
- "http_body_type": "DeviceCreateRequest"
116
- },
117
- {
118
- "alias": "create_user_invitation",
119
- "url": "https://api.appstoreconnect.apple.com/v1/userInvitations",
120
- "http_body_type": "UserInvitationCreateRequest",
121
- "http_method": "post"
122
- },
123
- {
124
- "alias": "create_bundle_id",
125
- "url": "https://api.appstoreconnect.apple.com/v1/bundleIds",
126
- "http_body_type": "BundleIdCreateRequest",
127
- "http_method": "post"
128
- },
129
- {
130
- "alias": "create_bundle_id_capability",
131
- "url": "https://api.appstoreconnect.apple.com/v1/bundleIdCapabilities",
132
- "http_body_type": "BundleIdCapabilityCreateRequest",
133
- "http_method": "post"
134
- },
135
- {
136
- "http_method": "get",
137
- "url": "https://api.appstoreconnect.apple.com/v1/users",
138
- "alias": "users"
139
- },
140
- {
141
- "http_method": "get",
142
- "url": "https://api.appstoreconnect.apple.com/v1/users/{id}",
143
- "alias": "user"
144
- },
145
- {
146
- "http_method": "get",
147
- "url": "https://api.appstoreconnect.apple.com/v1/users/{id}/visibleApps",
148
- "alias": "user_visible_apps"
149
- },
150
- {
151
- "http_method": "get",
152
- "url": "https://api.appstoreconnect.apple.com/v1/users/{id}/relationships/visibleApps",
153
- "alias": "user_relationships_visible_apps"
154
- },
155
- {
156
- "http_method": "get",
157
- "url": "https://api.appstoreconnect.apple.com/v1/userInvitations/{id}",
158
- "alias": "user_invitation"
159
- },
160
- {
161
- "http_method": "get",
162
- "url": "https://api.appstoreconnect.apple.com/v1/userInvitations",
163
- "alias": "user_invitations"
164
- },
165
- {
166
- "http_method": "get",
167
- "url": "https://api.appstoreconnect.apple.com/v1/userInvitations/{id}/visibleApps",
168
- "alias": "user_invitation_visible_apps"
169
- },
170
- {
171
- "http_method": "get",
172
- "url": "https://api.appstoreconnect.apple.com/v1/userInvitations/{id}/relationships/visibleApps",
173
- "alias": "user_invitation_relationships_visible_apps"
174
- },
175
- {
176
- "http_method": "get",
177
- "url": "https://api.appstoreconnect.apple.com/v1/bundleIds/{id}",
178
- "alias": "bundle_id"
179
- },
180
- {
181
- "http_method": "get",
182
- "url": "https://api.appstoreconnect.apple.com/v1/bundleIds",
183
- "alias": "bundle_ids"
184
- },
185
- {
186
- "http_method": "get",
187
- "url": "https://api.appstoreconnect.apple.com/v1/bundleIds/{id}/relationships/profiles",
188
- "alias": "bundle_id_relationships_profiles"
189
- },
190
- {
191
- "http_method": "get",
192
- "url": "https://api.appstoreconnect.apple.com/v1/bundleIds/{id}/bundleIdCapabilities",
193
- "alias": "bundle_id_bundle_id_capabilities"
194
- },
195
- {
196
- "http_method": "get",
197
- "url": "https://api.appstoreconnect.apple.com/v1/bundleIds/{id}/profiles",
198
- "alias": "bundle_id_profiles"
199
- },
200
- {
201
- "http_method": "get",
202
- "url": "https://api.appstoreconnect.apple.com/v1/bundleIds/{id}/relationships/bundleIdCapabilities",
203
- "alias": "bundle_id_relationships_bundle_id_capabilities"
204
- },
205
- {
206
- "http_method": "get",
207
- "url": "https://api.appstoreconnect.apple.com/v1/certificates",
208
- "alias": "certificates"
209
- },
210
- {
211
- "http_method": "get",
212
- "url": "https://api.appstoreconnect.apple.com/v1/certificates/{id}",
213
- "alias": "certificate"
214
- },
215
- {
216
- "http_method": "get",
217
- "url": "https://api.appstoreconnect.apple.com/v1/devices",
218
- "alias": "devices"
219
- },
220
- {
221
- "http_method": "get",
222
- "url": "https://api.appstoreconnect.apple.com/v1/devices/{id}",
223
- "alias": "device"
224
- },
225
- {
226
- "http_method": "get",
227
- "url": "https://api.appstoreconnect.apple.com/v1/financeReports",
228
- "alias": "financial_reports"
229
- },
230
- {
231
- "http_method": "get",
232
- "url": "https://api.appstoreconnect.apple.com/v1/salesReports",
233
- "alias": "sales_reports"
234
- },
235
- {
236
- "http_method": "get",
237
- "url": "https://api.appstoreconnect.apple.com/v1/profiles",
238
- "alias": "profiles"
239
- },
240
- {
241
- "http_method": "get",
242
- "url": "https://api.appstoreconnect.apple.com/v1/profiles/{id}",
243
- "alias": "profile"
244
- },
245
- {
246
- "http_method": "get",
247
- "url": "https://api.appstoreconnect.apple.com/v1/profiles/{id}/bundleId",
248
- "alias": "profile_bundle_id"
249
- },
250
- {
251
- "http_method": "get",
252
- "url": "https://api.appstoreconnect.apple.com/v1/profiles/{id}/relationships/bundleId",
253
- "alias": "profile_relationships_bundle_id"
254
- },
255
- {
256
- "http_method": "get",
257
- "url": "https://api.appstoreconnect.apple.com/v1/profiles/{id}/relationships/certificates",
258
- "alias": "profile_relationships_certificates"
259
- },
260
- {
261
- "http_method": "get",
262
- "url": "https://api.appstoreconnect.apple.com/v1/profiles/{id}/devices",
263
- "alias": "profile_devices"
264
- },
265
- {
266
- "http_method": "get",
267
- "url": "https://api.appstoreconnect.apple.com/v1/profiles/{id}/certificates",
268
- "alias": "profile_certificates"
269
- },
270
- {
271
- "http_method": "get",
272
- "url": "https://api.appstoreconnect.apple.com/v1/profiles/{id}/relationships/devices",
273
- "alias": "profile_relationships_devices"
274
- },
275
- {
276
- "http_method": "get",
277
- "url": "https://api.appstoreconnect.apple.com/v1/betaTesters",
278
- "alias": "beta_testers"
279
- },
280
- {
281
- "http_method": "get",
282
- "url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}",
283
- "alias": "beta_tester"
284
- },
285
- {
286
- "http_method": "get",
287
- "url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/apps",
288
- "alias": "beta_tester_apps"
289
- },
290
- {
291
- "http_method": "get",
292
- "url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/builds",
293
- "alias": "beta_tester_builds"
294
- },
295
- {
296
- "http_method": "get",
297
- "url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/relationships/builds",
298
- "alias": "beta_tester_relationships_builds"
299
- },
300
- {
301
- "http_method": "get",
302
- "url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/relationships/apps",
303
- "alias": "beta_tester_relationships_apps"
304
- },
305
- {
306
- "http_method": "get",
307
- "url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/betaGroups",
308
- "alias": "beta_tester_beta_groups"
309
- },
310
- {
311
- "http_method": "get",
312
- "url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/relationships/betaGroups",
313
- "alias": "beta_tester_relationships_beta_groups"
314
- },
315
- {
316
- "http_method": "get",
317
- "url": "https://api.appstoreconnect.apple.com/v1/apps",
318
- "alias": "apps"
319
- },
320
- {
321
- "http_method": "get",
322
- "url": "https://api.appstoreconnect.apple.com/v1/apps/{id}",
323
- "alias": "app"
324
- },
325
- {
326
- "http_method": "get",
327
- "url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/betaGroups",
328
- "alias": "app_beta_groups"
329
- },
330
- {
331
- "http_method": "get",
332
- "url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/relationships/betaGroups",
333
- "alias": "app_relationships_beta_groups"
334
- },
335
- {
336
- "http_method": "get",
337
- "url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/builds",
338
- "alias": "app_builds"
339
- },
340
- {
341
- "http_method": "get",
342
- "url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/relationships/builds",
343
- "alias": "app_relationships_builds"
344
- },
345
- {
346
- "http_method": "get",
347
- "url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/preReleaseVersions",
348
- "alias": "app_pre_release_versions"
349
- },
350
- {
351
- "http_method": "get",
352
- "url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/relationships/preReleaseVersions",
353
- "alias": "app_relationships_pre_release_versions"
354
- },
355
- {
356
- "http_method": "get",
357
- "url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/betaAppReviewDetail",
358
- "alias": "app_beta_app_review_detail"
359
- },
360
- {
361
- "http_method": "get",
362
- "url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/betaLicenseAgreement",
363
- "alias": "app_beta_license_agreement"
364
- },
365
- {
366
- "http_method": "get",
367
- "url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/betaAppLocalizations",
368
- "alias": "app_beta_app_localizations"
369
- },
370
- {
371
- "http_method": "get",
372
- "url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/relationships/betaAppReviewDetail",
373
- "alias": "app_relationships_beta_app_review_detail"
374
- },
375
- {
376
- "http_method": "get",
377
- "url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/relationships/betaLicenseAgreement",
378
- "alias": "app_relationships_beta_license_agreement"
379
- },
380
- {
381
- "http_method": "get",
382
- "url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/relationships/betaAppLocalizations",
383
- "alias": "app_relationships_beta_app_localizations"
384
- },
385
- {
386
- "http_method": "get",
387
- "url": "https://api.appstoreconnect.apple.com/v1/preReleaseVersions",
388
- "alias": "pre_release_versions"
389
- },
390
- {
391
- "http_method": "get",
392
- "url": "https://api.appstoreconnect.apple.com/v1/preReleaseVersions/{id}",
393
- "alias": "pre_release_version"
394
- },
395
- {
396
- "http_method": "get",
397
- "url": "https://api.appstoreconnect.apple.com/v1/preReleaseVersions/{id}/relationships/app",
398
- "alias": "pre_release_version_relationships_app"
399
- },
400
- {
401
- "http_method": "get",
402
- "url": "https://api.appstoreconnect.apple.com/v1/preReleaseVersions/{id}/builds",
403
- "alias": "pre_release_version_builds"
404
- },
405
- {
406
- "http_method": "get",
407
- "url": "https://api.appstoreconnect.apple.com/v1/preReleaseVersions/{id}/app",
408
- "alias": "pre_release_version_app"
409
- },
410
- {
411
- "http_method": "get",
412
- "url": "https://api.appstoreconnect.apple.com/v1/preReleaseVersions/{id}/relationships/builds",
413
- "alias": "pre_release_version_relationships_builds"
414
- },
415
- {
416
- "http_method": "get",
417
- "url": "https://api.appstoreconnect.apple.com/v1/betaGroups",
418
- "alias": "beta_groups"
419
- },
420
- {
421
- "http_method": "get",
422
- "url": "https://api.appstoreconnect.apple.com/v1/betaGroups/{id}",
423
- "alias": "beta_group"
424
- },
425
- {
426
- "http_method": "get",
427
- "url": "https://api.appstoreconnect.apple.com/v1/betaGroups/{id}/app",
428
- "alias": "beta_group_apps"
429
- },
430
- {
431
- "http_method": "get",
432
- "url": "https://api.appstoreconnect.apple.com/v1/betaGroups/{id}/relationships/app",
433
- "alias": "beta_group_relationships_app"
434
- },
435
- {
436
- "http_method": "get",
437
- "url": "https://api.appstoreconnect.apple.com/v1/betaGroups/{id}/betaTesters",
438
- "alias": "beta_group_beta_testers"
439
- },
440
- {
441
- "http_method": "get",
442
- "url": "https://api.appstoreconnect.apple.com/v1/betaGroups/{id}/relationships/builds",
443
- "alias": "beta_group_relationships_builds"
444
- },
445
- {
446
- "http_method": "get",
447
- "url": "https://api.appstoreconnect.apple.com/v1/betaGroups/{id}/relationships/betaTesters",
448
- "alias": "beta_group_relationships_beta_testers"
449
- },
450
- {
451
- "http_method": "get",
452
- "url": "https://api.appstoreconnect.apple.com/v1/builds",
453
- "alias": "builds"
454
- },
455
- {
456
- "http_method": "get",
457
- "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}",
458
- "alias": "build"
459
- },
460
- {
461
- "http_method": "get",
462
- "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/app",
463
- "alias": "build_app"
464
- },
465
- {
466
- "http_method": "get",
467
- "url": "https://api.appstoreconnect.apple.com/v1/betaGroups/{id}/builds",
468
- "alias": "beta_group_builds"
469
- },
470
- {
471
- "http_method": "get",
472
- "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/preReleaseVersion",
473
- "alias": "build_pre_release_version"
474
- },
475
- {
476
- "http_method": "get",
477
- "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/relationships/preReleaseVersion",
478
- "alias": "build_relationships_pre_release_version"
479
- },
480
- {
481
- "http_method": "get",
482
- "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/relationships/app",
483
- "alias": "build_relationships_app"
484
- },
485
- {
486
- "http_method": "get",
487
- "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/individualTesters",
488
- "alias": "build_individual_testers"
489
- },
490
- {
491
- "http_method": "get",
492
- "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/relationships/betaAppReviewSubmission",
493
- "alias": "build_relationships_beta_app_review_submission"
494
- },
495
- {
496
- "http_method": "get",
497
- "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/relationships/individualTesters",
498
- "alias": "build_relationships_individual_testers"
499
- },
500
- {
501
- "http_method": "get",
502
- "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/buildBetaDetail",
503
- "alias": "build_build_beta_detail"
504
- },
505
- {
506
- "http_method": "get",
507
- "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/relationships/buildBetaDetail",
508
- "alias": "build_relationships_build_beta_detail"
509
- },
510
- {
511
- "http_method": "get",
512
- "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/betaAppReviewSubmission",
513
- "alias": "build_beta_app_review_submission"
514
- },
515
- {
516
- "http_method": "get",
517
- "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/relationships/appEncryptionDeclaration",
518
- "alias": "build_relationships_app_encryption_declaration"
519
- },
520
- {
521
- "http_method": "get",
522
- "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/betaBuildLocalizations",
523
- "alias": "build_beta_build_localizations"
524
- },
525
- {
526
- "http_method": "get",
527
- "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/relationships/betaBuildLocalizations",
528
- "alias": "build_relationships_beta_build_localizations"
529
- },
530
- {
531
- "http_method": "get",
532
- "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/appEncryptionDeclaration",
533
- "alias": "build_app_encryption_declaration"
534
- },
535
- {
536
- "http_method": "get",
537
- "url": "https://api.appstoreconnect.apple.com/v1/appEncryptionDeclarations",
538
- "alias": "app_encryption_declarations"
539
- },
540
- {
541
- "http_method": "get",
542
- "url": "https://api.appstoreconnect.apple.com/v1/appEncryptionDeclarations/{id}",
543
- "alias": "app_encryption_declaration"
544
- },
545
- {
546
- "http_method": "get",
547
- "url": "https://api.appstoreconnect.apple.com/v1/appEncryptionDeclarations/{id}/app",
548
- "alias": "app_encryption_declaration_app"
549
- },
550
- {
551
- "http_method": "get",
552
- "url": "https://api.appstoreconnect.apple.com/v1/appEncryptionDeclarations/{id}/relationships/app",
553
- "alias": "app_encryption_declaration_relationships_app"
554
- },
555
- {
556
- "http_method": "get",
557
- "url": "https://api.appstoreconnect.apple.com/v1/buildBetaDetails",
558
- "alias": "build_beta_details"
559
- },
560
- {
561
- "http_method": "get",
562
- "url": "https://api.appstoreconnect.apple.com/v1/buildBetaDetails/{id}",
563
- "alias": "build_beta_detail"
564
- },
565
- {
566
- "http_method": "get",
567
- "url": "https://api.appstoreconnect.apple.com/v1/buildBetaDetails/{id}/build",
568
- "alias": "build_beta_detail_build"
569
- },
570
- {
571
- "http_method": "get",
572
- "url": "https://api.appstoreconnect.apple.com/v1/buildBetaDetails/{id}/relationships/build",
573
- "alias": "build_beta_detail_relationships_build"
574
- },
575
- {
576
- "http_method": "get",
577
- "url": "https://api.appstoreconnect.apple.com/v1/betaAppLocalizations",
578
- "alias": "beta_app_localizations"
579
- },
580
- {
581
- "http_method": "get",
582
- "url": "https://api.appstoreconnect.apple.com/v1/betaAppLocalizations/{id}/app",
583
- "alias": "beta_app_localization_app"
584
- },
585
- {
586
- "http_method": "get",
587
- "url": "https://api.appstoreconnect.apple.com/v1/betaAppLocalizations/{id}",
588
- "alias": "beta_app_localization"
589
- },
590
- {
591
- "http_method": "get",
592
- "url": "https://api.appstoreconnect.apple.com/v1/betaAppLocalizations/{id}/relationships/app",
593
- "alias": "beta_app_localization_relationships_app"
594
- },
595
- {
596
- "http_method": "get",
597
- "url": "https://api.appstoreconnect.apple.com/v1/betaLicenseAgreements",
598
- "alias": "beta_license_agreements"
599
- },
600
- {
601
- "http_method": "get",
602
- "url": "https://api.appstoreconnect.apple.com/v1/betaLicenseAgreements/{id}/relationships/app",
603
- "alias": "beta_license_agreement_relationships_app"
604
- },
605
- {
606
- "http_method": "get",
607
- "url": "https://api.appstoreconnect.apple.com/v1/betaLicenseAgreements/{id}/app",
608
- "alias": "beta_license_agreement_app"
609
- },
610
- {
611
- "http_method": "get",
612
- "url": "https://api.appstoreconnect.apple.com/v1/betaLicenseAgreements/{id}",
613
- "alias": "beta_license_agreement"
614
- },
615
- {
616
- "http_method": "get",
617
- "url": "https://api.appstoreconnect.apple.com/v1/betaBuildLocalizations/{id}/relationships/build",
618
- "alias": "beta_build_localization_relationships_build"
619
- },
620
- {
621
- "http_method": "get",
622
- "url": "https://api.appstoreconnect.apple.com/v1/betaBuildLocalizations/{id}/build",
623
- "alias": "beta_build_localization_build"
624
- },
625
- {
626
- "http_method": "get",
627
- "url": "https://api.appstoreconnect.apple.com/v1/betaBuildLocalizations",
628
- "alias": "beta_build_localizations"
629
- },
630
- {
631
- "http_method": "get",
632
- "url": "https://api.appstoreconnect.apple.com/v1/betaBuildLocalizations/{id}",
633
- "alias": "beta_build_localization"
634
- },
635
- {
636
- "http_method": "get",
637
- "url": "https://api.appstoreconnect.apple.com/v1/betaAppReviewDetails",
638
- "alias": "beta_app_review_details"
639
- },
640
- {
641
- "http_method": "get",
642
- "url": "https://api.appstoreconnect.apple.com/v1/betaAppReviewDetails/{id}",
643
- "alias": "beta_app_review_detail"
644
- },
645
- {
646
- "http_method": "get",
647
- "url": "https://api.appstoreconnect.apple.com/v1/betaAppReviewDetails/{id}/relationships/app",
648
- "alias": "beta_app_review_detail_relationships_app"
649
- },
650
- {
651
- "http_method": "get",
652
- "url": "https://api.appstoreconnect.apple.com/v1/betaAppReviewDetails/{id}/app",
653
- "alias": "beta_app_review_detail_app"
654
- },
655
- {
656
- "http_method": "get",
657
- "url": "https://api.appstoreconnect.apple.com/v1/betaAppReviewSubmissions",
658
- "alias": "beta_app_review_submissions"
659
- },
660
- {
661
- "http_method": "get",
662
- "url": "https://api.appstoreconnect.apple.com/v1/betaAppReviewSubmissions/{id}",
663
- "alias": "beta_app_review_submission"
664
- },
665
- {
666
- "http_method": "get",
667
- "url": "https://api.appstoreconnect.apple.com/v1/betaAppReviewSubmissions/{id}/relationships/build",
668
- "alias": "beta_app_review_submission_relationships_build"
669
- },
670
- {
671
- "http_method": "get",
672
- "url": "https://api.appstoreconnect.apple.com/v1/betaAppReviewSubmissions/{id}/build",
673
- "alias": "beta_app_review_submission_build"
674
- }
3
+ "web_service_endpoints": [
4
+ {
5
+ "http_method": "delete",
6
+ "url": "https://api.appstoreconnect.apple.com/v1/users/{id}",
7
+ "alias": "delete_user"
8
+ },
9
+ {
10
+ "http_method": "delete",
11
+ "url": "https://api.appstoreconnect.apple.com/v1/users/{id}/relationships/visibleApps",
12
+ "alias": "delete_visible_app"
13
+ },
14
+ {
15
+ "http_method": "delete",
16
+ "url": "https://api.appstoreconnect.apple.com/v1/bundleIdCapabilities/{id}",
17
+ "alias": "delete_bundle_id_capability"
18
+ },
19
+ {
20
+ "http_method": "delete",
21
+ "url": "https://api.appstoreconnect.apple.com/v1/userInvitations/{id}",
22
+ "alias": "delete_user_invitation"
23
+ },
24
+ {
25
+ "http_method": "delete",
26
+ "url": "https://api.appstoreconnect.apple.com/v1/certificates/{id}",
27
+ "alias": "delete_certificate"
28
+ },
29
+ {
30
+ "http_method": "delete",
31
+ "url": "https://api.appstoreconnect.apple.com/v1/bundleIds/{id}",
32
+ "alias": "delete_bundle_id"
33
+ },
34
+ {
35
+ "http_method": "delete",
36
+ "url": "https://api.appstoreconnect.apple.com/v1/profiles/{id}",
37
+ "alias": "delete_profile"
38
+ },
39
+ {
40
+ "http_method": "delete",
41
+ "url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}",
42
+ "alias": "delete_beta_tester"
43
+ },
44
+ {
45
+ "http_method": "delete",
46
+ "url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/relationships/betaGroups",
47
+ "alias": "delete_beta_tester_beta"
48
+ },
49
+ {
50
+ "http_method": "delete",
51
+ "url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/relationships/builds",
52
+ "alias": "delete_beta_tester_builds"
53
+ },
54
+ {
55
+ "http_method": "delete",
56
+ "url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/relationships/apps",
57
+ "alias": "delete_beta_tester_apps"
58
+ },
59
+ {
60
+ "http_method": "delete",
61
+ "url": "https://api.appstoreconnect.apple.com/v1/betaGroups/{id}",
62
+ "alias": "delete_beta_group"
63
+ },
64
+ {
65
+ "http_method": "delete",
66
+ "url": "https://api.appstoreconnect.apple.com/v1/betaGroups/{id}/relationships/betaTesters",
67
+ "alias": "delete_beta_group_beta_testers"
68
+ },
69
+ {
70
+ "http_method": "delete",
71
+ "url": "https://api.appstoreconnect.apple.com/v1/betaGroups/{id}/relationships/builds",
72
+ "alias": "delete_beta_group_builds"
73
+ },
74
+ {
75
+ "http_method": "delete",
76
+ "url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/relationships/betaTesters",
77
+ "alias": "delete_app_beta_testers"
78
+ },
79
+ {
80
+ "http_method": "delete",
81
+ "url": "https://api.appstoreconnect.apple.com/v1/betaAppLocalizations/{id}",
82
+ "alias": "delete_beta_app_localization"
83
+ },
84
+ {
85
+ "http_method": "delete",
86
+ "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/relationships/betaGroups",
87
+ "alias": "delete_build_beta_group"
88
+ },
89
+ {
90
+ "http_method": "delete",
91
+ "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/relationships/individualTesters",
92
+ "alias": "delete_build_individual_testers"
93
+ },
94
+ {
95
+ "http_method": "delete",
96
+ "url": "https://api.appstoreconnect.apple.com/v1/betaBuildLocalizations/{id}",
97
+ "alias": "delete_beta_build_localizations"
98
+ },
99
+ {
100
+ "alias": "create_certificate",
101
+ "http_method": "post",
102
+ "url": "https://api.appstoreconnect.apple.com/v1/certificates",
103
+ "http_body_type": "CertificateCreateRequest"
104
+ },
105
+ {
106
+ "alias": "create_profile",
107
+ "http_method": "post",
108
+ "url": "https://api.appstoreconnect.apple.com/v1/profiles",
109
+ "http_body_type": "ProfileCreateRequest"
110
+ },
111
+ {
112
+ "alias": "create_device",
113
+ "http_method": "post",
114
+ "url": "https://api.appstoreconnect.apple.com/v1/devices",
115
+ "http_body_type": "DeviceCreateRequest"
116
+ },
117
+ {
118
+ "alias": "create_user_invitation",
119
+ "url": "https://api.appstoreconnect.apple.com/v1/userInvitations",
120
+ "http_body_type": "UserInvitationCreateRequest",
121
+ "http_method": "post"
122
+ },
123
+ {
124
+ "alias": "create_bundle_id",
125
+ "url": "https://api.appstoreconnect.apple.com/v1/bundleIds",
126
+ "http_body_type": "BundleIdCreateRequest",
127
+ "http_method": "post"
128
+ },
129
+ {
130
+ "alias": "create_bundle_id_capability",
131
+ "url": "https://api.appstoreconnect.apple.com/v1/bundleIdCapabilities",
132
+ "http_body_type": "BundleIdCapabilityCreateRequest",
133
+ "http_method": "post"
134
+ },
135
+ {
136
+ "http_method": "get",
137
+ "url": "https://api.appstoreconnect.apple.com/v1/users",
138
+ "alias": "users"
139
+ },
140
+ {
141
+ "http_method": "get",
142
+ "url": "https://api.appstoreconnect.apple.com/v1/users/{id}",
143
+ "alias": "user"
144
+ },
145
+ {
146
+ "http_method": "get",
147
+ "url": "https://api.appstoreconnect.apple.com/v1/users/{id}/visibleApps",
148
+ "alias": "user_visible_apps"
149
+ },
150
+ {
151
+ "http_method": "get",
152
+ "url": "https://api.appstoreconnect.apple.com/v1/users/{id}/relationships/visibleApps",
153
+ "alias": "user_relationships_visible_apps"
154
+ },
155
+ {
156
+ "http_method": "get",
157
+ "url": "https://api.appstoreconnect.apple.com/v1/userInvitations/{id}",
158
+ "alias": "user_invitation"
159
+ },
160
+ {
161
+ "http_method": "get",
162
+ "url": "https://api.appstoreconnect.apple.com/v1/userInvitations",
163
+ "alias": "user_invitations"
164
+ },
165
+ {
166
+ "http_method": "get",
167
+ "url": "https://api.appstoreconnect.apple.com/v1/userInvitations/{id}/visibleApps",
168
+ "alias": "user_invitation_visible_apps"
169
+ },
170
+ {
171
+ "http_method": "get",
172
+ "url": "https://api.appstoreconnect.apple.com/v1/userInvitations/{id}/relationships/visibleApps",
173
+ "alias": "user_invitation_relationships_visible_apps"
174
+ },
175
+ {
176
+ "http_method": "get",
177
+ "url": "https://api.appstoreconnect.apple.com/v1/bundleIds/{id}",
178
+ "alias": "bundle_id"
179
+ },
180
+ {
181
+ "http_method": "get",
182
+ "url": "https://api.appstoreconnect.apple.com/v1/bundleIds",
183
+ "alias": "bundle_ids"
184
+ },
185
+ {
186
+ "http_method": "get",
187
+ "url": "https://api.appstoreconnect.apple.com/v1/bundleIds/{id}/relationships/profiles",
188
+ "alias": "bundle_id_relationships_profiles"
189
+ },
190
+ {
191
+ "http_method": "get",
192
+ "url": "https://api.appstoreconnect.apple.com/v1/bundleIds/{id}/bundleIdCapabilities",
193
+ "alias": "bundle_id_bundle_id_capabilities"
194
+ },
195
+ {
196
+ "http_method": "get",
197
+ "url": "https://api.appstoreconnect.apple.com/v1/bundleIds/{id}/profiles",
198
+ "alias": "bundle_id_profiles"
199
+ },
200
+ {
201
+ "http_method": "get",
202
+ "url": "https://api.appstoreconnect.apple.com/v1/bundleIds/{id}/relationships/bundleIdCapabilities",
203
+ "alias": "bundle_id_relationships_bundle_id_capabilities"
204
+ },
205
+ {
206
+ "http_method": "get",
207
+ "url": "https://api.appstoreconnect.apple.com/v1/certificates",
208
+ "alias": "certificates"
209
+ },
210
+ {
211
+ "http_method": "get",
212
+ "url": "https://api.appstoreconnect.apple.com/v1/certificates/{id}",
213
+ "alias": "certificate"
214
+ },
215
+ {
216
+ "http_method": "get",
217
+ "url": "https://api.appstoreconnect.apple.com/v1/devices",
218
+ "alias": "devices"
219
+ },
220
+ {
221
+ "http_method": "get",
222
+ "url": "https://api.appstoreconnect.apple.com/v1/devices/{id}",
223
+ "alias": "device"
224
+ },
225
+ {
226
+ "http_method": "get",
227
+ "url": "https://api.appstoreconnect.apple.com/v1/financeReports",
228
+ "alias": "financial_reports"
229
+ },
230
+ {
231
+ "http_method": "get",
232
+ "url": "https://api.appstoreconnect.apple.com/v1/salesReports",
233
+ "alias": "sales_reports"
234
+ },
235
+ {
236
+ "http_method": "get",
237
+ "url": "https://api.appstoreconnect.apple.com/v1/profiles",
238
+ "alias": "profiles"
239
+ },
240
+ {
241
+ "http_method": "get",
242
+ "url": "https://api.appstoreconnect.apple.com/v1/profiles/{id}",
243
+ "alias": "profile"
244
+ },
245
+ {
246
+ "http_method": "get",
247
+ "url": "https://api.appstoreconnect.apple.com/v1/profiles/{id}/bundleId",
248
+ "alias": "profile_bundle_id"
249
+ },
250
+ {
251
+ "http_method": "get",
252
+ "url": "https://api.appstoreconnect.apple.com/v1/profiles/{id}/relationships/bundleId",
253
+ "alias": "profile_relationships_bundle_id"
254
+ },
255
+ {
256
+ "http_method": "get",
257
+ "url": "https://api.appstoreconnect.apple.com/v1/profiles/{id}/relationships/certificates",
258
+ "alias": "profile_relationships_certificates"
259
+ },
260
+ {
261
+ "http_method": "get",
262
+ "url": "https://api.appstoreconnect.apple.com/v1/profiles/{id}/devices",
263
+ "alias": "profile_devices"
264
+ },
265
+ {
266
+ "http_method": "get",
267
+ "url": "https://api.appstoreconnect.apple.com/v1/profiles/{id}/certificates",
268
+ "alias": "profile_certificates"
269
+ },
270
+ {
271
+ "http_method": "get",
272
+ "url": "https://api.appstoreconnect.apple.com/v1/profiles/{id}/relationships/devices",
273
+ "alias": "profile_relationships_devices"
274
+ },
275
+ {
276
+ "http_method": "get",
277
+ "url": "https://api.appstoreconnect.apple.com/v1/betaTesters",
278
+ "alias": "beta_testers"
279
+ },
280
+ {
281
+ "http_method": "get",
282
+ "url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}",
283
+ "alias": "beta_tester"
284
+ },
285
+ {
286
+ "http_method": "get",
287
+ "url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/apps",
288
+ "alias": "beta_tester_apps"
289
+ },
290
+ {
291
+ "http_method": "get",
292
+ "url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/builds",
293
+ "alias": "beta_tester_builds"
294
+ },
295
+ {
296
+ "http_method": "get",
297
+ "url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/relationships/builds",
298
+ "alias": "beta_tester_relationships_builds"
299
+ },
300
+ {
301
+ "http_method": "get",
302
+ "url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/relationships/apps",
303
+ "alias": "beta_tester_relationships_apps"
304
+ },
305
+ {
306
+ "http_method": "get",
307
+ "url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/betaGroups",
308
+ "alias": "beta_tester_beta_groups"
309
+ },
310
+ {
311
+ "http_method": "get",
312
+ "url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/relationships/betaGroups",
313
+ "alias": "beta_tester_relationships_beta_groups"
314
+ },
315
+ {
316
+ "http_method": "get",
317
+ "url": "https://api.appstoreconnect.apple.com/v1/apps",
318
+ "alias": "apps"
319
+ },
320
+ {
321
+ "http_method": "get",
322
+ "url": "https://api.appstoreconnect.apple.com/v1/apps/{id}",
323
+ "alias": "app"
324
+ },
325
+ {
326
+ "http_method": "get",
327
+ "url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/betaGroups",
328
+ "alias": "app_beta_groups"
329
+ },
330
+ {
331
+ "http_method": "get",
332
+ "url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/relationships/betaGroups",
333
+ "alias": "app_relationships_beta_groups"
334
+ },
335
+ {
336
+ "http_method": "get",
337
+ "url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/builds",
338
+ "alias": "app_builds"
339
+ },
340
+ {
341
+ "http_method": "get",
342
+ "url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/relationships/builds",
343
+ "alias": "app_relationships_builds"
344
+ },
345
+ {
346
+ "http_method": "get",
347
+ "url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/preReleaseVersions",
348
+ "alias": "app_pre_release_versions"
349
+ },
350
+ {
351
+ "http_method": "get",
352
+ "url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/relationships/preReleaseVersions",
353
+ "alias": "app_relationships_pre_release_versions"
354
+ },
355
+ {
356
+ "http_method": "get",
357
+ "url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/betaAppReviewDetail",
358
+ "alias": "app_beta_app_review_detail"
359
+ },
360
+ {
361
+ "http_method": "get",
362
+ "url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/betaLicenseAgreement",
363
+ "alias": "app_beta_license_agreement"
364
+ },
365
+ {
366
+ "http_method": "get",
367
+ "url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/betaAppLocalizations",
368
+ "alias": "app_beta_app_localizations"
369
+ },
370
+ {
371
+ "http_method": "get",
372
+ "url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/relationships/betaAppReviewDetail",
373
+ "alias": "app_relationships_beta_app_review_detail"
374
+ },
375
+ {
376
+ "http_method": "get",
377
+ "url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/relationships/betaLicenseAgreement",
378
+ "alias": "app_relationships_beta_license_agreement"
379
+ },
380
+ {
381
+ "http_method": "get",
382
+ "url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/relationships/betaAppLocalizations",
383
+ "alias": "app_relationships_beta_app_localizations"
384
+ },
385
+ {
386
+ "http_method": "get",
387
+ "url": "https://api.appstoreconnect.apple.com/v1/preReleaseVersions",
388
+ "alias": "pre_release_versions"
389
+ },
390
+ {
391
+ "http_method": "get",
392
+ "url": "https://api.appstoreconnect.apple.com/v1/preReleaseVersions/{id}",
393
+ "alias": "pre_release_version"
394
+ },
395
+ {
396
+ "http_method": "get",
397
+ "url": "https://api.appstoreconnect.apple.com/v1/preReleaseVersions/{id}/relationships/app",
398
+ "alias": "pre_release_version_relationships_app"
399
+ },
400
+ {
401
+ "http_method": "get",
402
+ "url": "https://api.appstoreconnect.apple.com/v1/preReleaseVersions/{id}/builds",
403
+ "alias": "pre_release_version_builds"
404
+ },
405
+ {
406
+ "http_method": "get",
407
+ "url": "https://api.appstoreconnect.apple.com/v1/preReleaseVersions/{id}/app",
408
+ "alias": "pre_release_version_app"
409
+ },
410
+ {
411
+ "http_method": "get",
412
+ "url": "https://api.appstoreconnect.apple.com/v1/preReleaseVersions/{id}/relationships/builds",
413
+ "alias": "pre_release_version_relationships_builds"
414
+ },
415
+ {
416
+ "http_method": "get",
417
+ "url": "https://api.appstoreconnect.apple.com/v1/betaGroups",
418
+ "alias": "beta_groups"
419
+ },
420
+ {
421
+ "http_method": "get",
422
+ "url": "https://api.appstoreconnect.apple.com/v1/betaGroups/{id}",
423
+ "alias": "beta_group"
424
+ },
425
+ {
426
+ "http_method": "get",
427
+ "url": "https://api.appstoreconnect.apple.com/v1/betaGroups/{id}/app",
428
+ "alias": "beta_group_apps"
429
+ },
430
+ {
431
+ "http_method": "get",
432
+ "url": "https://api.appstoreconnect.apple.com/v1/betaGroups/{id}/relationships/app",
433
+ "alias": "beta_group_relationships_app"
434
+ },
435
+ {
436
+ "http_method": "get",
437
+ "url": "https://api.appstoreconnect.apple.com/v1/betaGroups/{id}/betaTesters",
438
+ "alias": "beta_group_beta_testers"
439
+ },
440
+ {
441
+ "http_method": "get",
442
+ "url": "https://api.appstoreconnect.apple.com/v1/betaGroups/{id}/relationships/builds",
443
+ "alias": "beta_group_relationships_builds"
444
+ },
445
+ {
446
+ "http_method": "get",
447
+ "url": "https://api.appstoreconnect.apple.com/v1/betaGroups/{id}/relationships/betaTesters",
448
+ "alias": "beta_group_relationships_beta_testers"
449
+ },
450
+ {
451
+ "http_method": "get",
452
+ "url": "https://api.appstoreconnect.apple.com/v1/builds",
453
+ "alias": "builds"
454
+ },
455
+ {
456
+ "http_method": "get",
457
+ "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}",
458
+ "alias": "build"
459
+ },
460
+ {
461
+ "http_method": "get",
462
+ "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/app",
463
+ "alias": "build_app"
464
+ },
465
+ {
466
+ "http_method": "get",
467
+ "url": "https://api.appstoreconnect.apple.com/v1/betaGroups/{id}/builds",
468
+ "alias": "beta_group_builds"
469
+ },
470
+ {
471
+ "http_method": "get",
472
+ "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/preReleaseVersion",
473
+ "alias": "build_pre_release_version"
474
+ },
475
+ {
476
+ "http_method": "get",
477
+ "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/relationships/preReleaseVersion",
478
+ "alias": "build_relationships_pre_release_version"
479
+ },
480
+ {
481
+ "http_method": "get",
482
+ "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/relationships/app",
483
+ "alias": "build_relationships_app"
484
+ },
485
+ {
486
+ "http_method": "get",
487
+ "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/individualTesters",
488
+ "alias": "build_individual_testers"
489
+ },
490
+ {
491
+ "http_method": "get",
492
+ "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/relationships/betaAppReviewSubmission",
493
+ "alias": "build_relationships_beta_app_review_submission"
494
+ },
495
+ {
496
+ "http_method": "get",
497
+ "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/relationships/individualTesters",
498
+ "alias": "build_relationships_individual_testers"
499
+ },
500
+ {
501
+ "http_method": "get",
502
+ "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/buildBetaDetail",
503
+ "alias": "build_build_beta_detail"
504
+ },
505
+ {
506
+ "http_method": "get",
507
+ "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/relationships/buildBetaDetail",
508
+ "alias": "build_relationships_build_beta_detail"
509
+ },
510
+ {
511
+ "http_method": "get",
512
+ "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/betaAppReviewSubmission",
513
+ "alias": "build_beta_app_review_submission"
514
+ },
515
+ {
516
+ "http_method": "get",
517
+ "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/relationships/appEncryptionDeclaration",
518
+ "alias": "build_relationships_app_encryption_declaration"
519
+ },
520
+ {
521
+ "http_method": "get",
522
+ "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/betaBuildLocalizations",
523
+ "alias": "build_beta_build_localizations"
524
+ },
525
+ {
526
+ "http_method": "get",
527
+ "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/relationships/betaBuildLocalizations",
528
+ "alias": "build_relationships_beta_build_localizations"
529
+ },
530
+ {
531
+ "http_method": "get",
532
+ "url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/appEncryptionDeclaration",
533
+ "alias": "build_app_encryption_declaration"
534
+ },
535
+ {
536
+ "http_method": "get",
537
+ "url": "https://api.appstoreconnect.apple.com/v1/appEncryptionDeclarations",
538
+ "alias": "app_encryption_declarations"
539
+ },
540
+ {
541
+ "http_method": "get",
542
+ "url": "https://api.appstoreconnect.apple.com/v1/appEncryptionDeclarations/{id}",
543
+ "alias": "app_encryption_declaration"
544
+ },
545
+ {
546
+ "http_method": "get",
547
+ "url": "https://api.appstoreconnect.apple.com/v1/appEncryptionDeclarations/{id}/app",
548
+ "alias": "app_encryption_declaration_app"
549
+ },
550
+ {
551
+ "http_method": "get",
552
+ "url": "https://api.appstoreconnect.apple.com/v1/appEncryptionDeclarations/{id}/relationships/app",
553
+ "alias": "app_encryption_declaration_relationships_app"
554
+ },
555
+ {
556
+ "http_method": "get",
557
+ "url": "https://api.appstoreconnect.apple.com/v1/buildBetaDetails",
558
+ "alias": "build_beta_details"
559
+ },
560
+ {
561
+ "http_method": "get",
562
+ "url": "https://api.appstoreconnect.apple.com/v1/buildBetaDetails/{id}",
563
+ "alias": "build_beta_detail"
564
+ },
565
+ {
566
+ "http_method": "get",
567
+ "url": "https://api.appstoreconnect.apple.com/v1/buildBetaDetails/{id}/build",
568
+ "alias": "build_beta_detail_build"
569
+ },
570
+ {
571
+ "http_method": "get",
572
+ "url": "https://api.appstoreconnect.apple.com/v1/buildBetaDetails/{id}/relationships/build",
573
+ "alias": "build_beta_detail_relationships_build"
574
+ },
575
+ {
576
+ "http_method": "get",
577
+ "url": "https://api.appstoreconnect.apple.com/v1/betaAppLocalizations",
578
+ "alias": "beta_app_localizations"
579
+ },
580
+ {
581
+ "http_method": "get",
582
+ "url": "https://api.appstoreconnect.apple.com/v1/betaAppLocalizations/{id}/app",
583
+ "alias": "beta_app_localization_app"
584
+ },
585
+ {
586
+ "http_method": "get",
587
+ "url": "https://api.appstoreconnect.apple.com/v1/betaAppLocalizations/{id}",
588
+ "alias": "beta_app_localization"
589
+ },
590
+ {
591
+ "http_method": "get",
592
+ "url": "https://api.appstoreconnect.apple.com/v1/betaAppLocalizations/{id}/relationships/app",
593
+ "alias": "beta_app_localization_relationships_app"
594
+ },
595
+ {
596
+ "http_method": "get",
597
+ "url": "https://api.appstoreconnect.apple.com/v1/betaLicenseAgreements",
598
+ "alias": "beta_license_agreements"
599
+ },
600
+ {
601
+ "http_method": "get",
602
+ "url": "https://api.appstoreconnect.apple.com/v1/betaLicenseAgreements/{id}/relationships/app",
603
+ "alias": "beta_license_agreement_relationships_app"
604
+ },
605
+ {
606
+ "http_method": "get",
607
+ "url": "https://api.appstoreconnect.apple.com/v1/betaLicenseAgreements/{id}/app",
608
+ "alias": "beta_license_agreement_app"
609
+ },
610
+ {
611
+ "http_method": "get",
612
+ "url": "https://api.appstoreconnect.apple.com/v1/betaLicenseAgreements/{id}",
613
+ "alias": "beta_license_agreement"
614
+ },
615
+ {
616
+ "http_method": "get",
617
+ "url": "https://api.appstoreconnect.apple.com/v1/betaBuildLocalizations/{id}/relationships/build",
618
+ "alias": "beta_build_localization_relationships_build"
619
+ },
620
+ {
621
+ "http_method": "get",
622
+ "url": "https://api.appstoreconnect.apple.com/v1/betaBuildLocalizations/{id}/build",
623
+ "alias": "beta_build_localization_build"
624
+ },
625
+ {
626
+ "http_method": "get",
627
+ "url": "https://api.appstoreconnect.apple.com/v1/betaBuildLocalizations",
628
+ "alias": "beta_build_localizations"
629
+ },
630
+ {
631
+ "http_method": "get",
632
+ "url": "https://api.appstoreconnect.apple.com/v1/betaBuildLocalizations/{id}",
633
+ "alias": "beta_build_localization"
634
+ },
635
+ {
636
+ "http_method": "get",
637
+ "url": "https://api.appstoreconnect.apple.com/v1/betaAppReviewDetails",
638
+ "alias": "beta_app_review_details"
639
+ },
640
+ {
641
+ "http_method": "get",
642
+ "url": "https://api.appstoreconnect.apple.com/v1/betaAppReviewDetails/{id}",
643
+ "alias": "beta_app_review_detail"
644
+ },
645
+ {
646
+ "http_method": "get",
647
+ "url": "https://api.appstoreconnect.apple.com/v1/betaAppReviewDetails/{id}/relationships/app",
648
+ "alias": "beta_app_review_detail_relationships_app"
649
+ },
650
+ {
651
+ "http_method": "get",
652
+ "url": "https://api.appstoreconnect.apple.com/v1/betaAppReviewDetails/{id}/app",
653
+ "alias": "beta_app_review_detail_app"
654
+ },
655
+ {
656
+ "http_method": "get",
657
+ "url": "https://api.appstoreconnect.apple.com/v1/betaAppReviewSubmissions",
658
+ "alias": "beta_app_review_submissions"
659
+ },
660
+ {
661
+ "http_method": "get",
662
+ "url": "https://api.appstoreconnect.apple.com/v1/betaAppReviewSubmissions/{id}",
663
+ "alias": "beta_app_review_submission"
664
+ },
665
+ {
666
+ "http_method": "get",
667
+ "url": "https://api.appstoreconnect.apple.com/v1/betaAppReviewSubmissions/{id}/relationships/build",
668
+ "alias": "beta_app_review_submission_relationships_build"
669
+ },
670
+ {
671
+ "http_method": "get",
672
+ "url": "https://api.appstoreconnect.apple.com/v1/betaAppReviewSubmissions/{id}/build",
673
+ "alias": "beta_app_review_submission_build"
674
+ },
675
+
676
+ {
677
+ "url": "https://api.appstoreconnect.apple.com/v1/appStoreVersions",
678
+ "http_body_type": "AppStoreVersionCreateRequest",
679
+ "http_method": "post",
680
+ "alias": "create_app_store_version"
681
+ },
682
+ {
683
+ "http_method": "patch",
684
+ "url": "https://api.appstoreconnect.apple.com/v1/appStoreVersions/{id}",
685
+ "http_body_type": "AppStoreVersionUpdateRequest",
686
+ "alias": "update_app_store_version"
687
+ },
688
+ {
689
+ "http_method": "delete",
690
+ "url": "https://api.appstoreconnect.apple.com/v1/appStoreVersions/{id}",
691
+ "alias": "delete_app_store_version"
692
+ },
693
+ {
694
+ "http_method": "patch",
695
+ "url": "https://api.appstoreconnect.apple.com/v1/appStoreVersions/{id}/relationships/build",
696
+ "http_body_type": "AppStoreVersionBuildLinkageRequest",
697
+ "alias": "update_app_store_version_build"
698
+ },
699
+ {
700
+ "http_method": "get",
701
+ "url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/appStoreVersions",
702
+ "alias": "apps_app_store_versions"
703
+ },
704
+ {
705
+ "http_method": "get",
706
+ "url": "https://api.appstoreconnect.apple.com/v1/appStoreVersions/{id}",
707
+ "alias": "app_store_version"
708
+ },
709
+
710
+ {
711
+ "url": "https://api.appstoreconnect.apple.com/v1/reviewSubmissions",
712
+ "http_body_type": "ReviewSubmissionCreateRequest",
713
+ "http_method": "post",
714
+ "alias": "create_review_submission"
715
+ },
716
+ {
717
+ "http_method": "patch",
718
+ "url": "https://api.appstoreconnect.apple.com/v1/reviewSubmissions/{id}",
719
+ "http_body_type": "ReviewSubmissionUpdateRequest",
720
+ "alias": "update_review_submission"
721
+ },
722
+ {
723
+ "http_method": "delete",
724
+ "url": "https://api.appstoreconnect.apple.com/v1/reviewSubmissions/{id}",
725
+ "alias": "delete_review_submission"
726
+ },
727
+ {
728
+ "http_method": "get",
729
+ "url": "https://api.appstoreconnect.apple.com/v1/reviewSubmissions",
730
+ "alias": "review_submissions"
731
+ },
732
+ {
733
+ "http_method": "get",
734
+ "url": "https://api.appstoreconnect.apple.com/v1/reviewSubmissions/{id}",
735
+ "alias": "review_submission"
736
+ },
737
+
738
+ {
739
+ "url": "https://api.appstoreconnect.apple.com/v1/reviewSubmissionsItems",
740
+ "http_body_type": "ReviewSubmissionItemCreateRequest",
741
+ "http_method": "post",
742
+ "alias": "create_review_submission_item"
743
+ },
744
+ {
745
+ "url": "https://api.appstoreconnect.apple.com/v1/reviewSubmissions/{id}/items",
746
+ "http_method": "get",
747
+ "alias": "review_submissions_items"
748
+ }
675
749
  ],
676
750
  "types": [
677
751
  {
678
- "type": "CapabilityType",
679
- "values": [
680
- "ICLOUD",
681
- "IN_APP_PURCHASE",
682
- "GAME_CENTER",
683
- "PUSH_NOTIFICATIONS",
684
- "WALLET",
685
- "INTER_APP_AUDIO",
686
- "MAPS",
687
- "ASSOCIATED_DOMAINS",
688
- "PERSONAL_VPN",
689
- "APP_GROUPS",
690
- "HEALTHKIT",
691
- "HOMEKIT",
692
- "WIRELESS_ACCESSORY_CONFIGURATION",
693
- "APPLE_PAY",
694
- "DATA_PROTECTION",
695
- "SIRIKIT",
696
- "NETWORK_EXTENSIONS",
697
- "MULTIPATH",
698
- "HOT_SPOT",
699
- "NFC_TAG_READING",
700
- "CLASSKIT",
701
- "AUTOFILL_CREDENTIAL_PROVIDER",
702
- "ACCESS_WIFI_INFORMATION"
752
+ "type": "CapabilityType",
753
+ "values": [
754
+ "ICLOUD",
755
+ "IN_APP_PURCHASE",
756
+ "GAME_CENTER",
757
+ "PUSH_NOTIFICATIONS",
758
+ "WALLET",
759
+ "INTER_APP_AUDIO",
760
+ "MAPS",
761
+ "ASSOCIATED_DOMAINS",
762
+ "PERSONAL_VPN",
763
+ "APP_GROUPS",
764
+ "HEALTHKIT",
765
+ "HOMEKIT",
766
+ "WIRELESS_ACCESSORY_CONFIGURATION",
767
+ "APPLE_PAY",
768
+ "DATA_PROTECTION",
769
+ "SIRIKIT",
770
+ "NETWORK_EXTENSIONS",
771
+ "MULTIPATH",
772
+ "HOT_SPOT",
773
+ "NFC_TAG_READING",
774
+ "CLASSKIT",
775
+ "AUTOFILL_CREDENTIAL_PROVIDER",
776
+ "ACCESS_WIFI_INFORMATION"
703
777
  ]
704
778
  },
705
779
  {
@@ -717,10 +791,18 @@
717
791
  {
718
792
  "type": "BundleIdPlatform",
719
793
  "values": [
720
- "IOS",
794
+ "IOS",
721
795
  "MAC_OS"
722
796
  ]
723
797
  },
798
+ {
799
+ "type": "Platform",
800
+ "values": [
801
+ "IOS",
802
+ "MAC_OS",
803
+ "TV_OS"
804
+ ]
805
+ },
724
806
  {
725
807
  "type": "UserRole",
726
808
  "values": [
@@ -728,14 +810,14 @@
728
810
  "FINANCE",
729
811
  "TECHNICAL",
730
812
  "SALES",
731
- "MARKETING",
813
+ "MARKETING",
732
814
  "DEVELOPER",
733
815
  "ACCOUNT_HOLDER",
734
- "READ_ONLY",
816
+ "READ_ONLY",
735
817
  "APP_MANAGER",
736
818
  "ACCESS_TO_REPORTS",
737
819
  "CUSTOMER_REPORTS"
738
820
  ]
739
- }
821
+ }
740
822
  ]
741
823
  }