app_store_dev_api 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.DS_Store +0 -0
- data/.gitignore +56 -0
- data/CHANGELOG.md +5 -0
- data/CODE_OF_CONDUCT.md +84 -0
- data/Gemfile +8 -0
- data/Gemfile.lock +198 -0
- data/LICENSE +21 -0
- data/LICENSE.txt +21 -0
- data/README.md +39 -0
- data/Rakefile +4 -0
- data/app_store_dev_api.gemspec +54 -0
- data/bin/.DS_Store +0 -0
- data/bin/console +10 -0
- data/bin/setup +10 -0
- data/lib/.DS_Store +0 -0
- data/lib/app_store_dev_api/.DS_Store +0 -0
- data/lib/app_store_dev_api/base.rb +83 -0
- data/lib/app_store_dev_api/bundle_id_capability_create_request.rb +13 -0
- data/lib/app_store_dev_api/bundle_id_create_request.rb +16 -0
- data/lib/app_store_dev_api/certificate_create_request.rb +14 -0
- data/lib/app_store_dev_api/client/authorization.rb +38 -0
- data/lib/app_store_dev_api/client/builder.rb +91 -0
- data/lib/app_store_dev_api/client/options.rb +48 -0
- data/lib/app_store_dev_api/client/registry.rb +15 -0
- data/lib/app_store_dev_api/client/utils.rb +32 -0
- data/lib/app_store_dev_api/client.rb +66 -0
- data/lib/app_store_dev_api/device_create_request.rb +15 -0
- data/lib/app_store_dev_api/object/attributes.rb +47 -0
- data/lib/app_store_dev_api/object/data.rb +45 -0
- data/lib/app_store_dev_api/object/id.rb +28 -0
- data/lib/app_store_dev_api/object/included.rb +27 -0
- data/lib/app_store_dev_api/object/properties.rb +23 -0
- data/lib/app_store_dev_api/object/type.rb +23 -0
- data/lib/app_store_dev_api/profile_create_request.rb +14 -0
- data/lib/app_store_dev_api/request/body.rb +26 -0
- data/lib/app_store_dev_api/request/builder/create.rb +69 -0
- data/lib/app_store_dev_api/request.rb +93 -0
- data/lib/app_store_dev_api/requests/.DS_Store +0 -0
- data/lib/app_store_dev_api/requests/v1/.DS_Store +0 -0
- data/lib/app_store_dev_api/requests/v1/app/.DS_Store +0 -0
- data/lib/app_store_dev_api/requests/v1/app/update.rb +27 -0
- data/lib/app_store_dev_api/requests/v1/app_availability/.DS_Store +0 -0
- data/lib/app_store_dev_api/requests/v1/app_availability/update.rb +21 -0
- data/lib/app_store_dev_api/requests/v1/app_info/.DS_Store +0 -0
- data/lib/app_store_dev_api/requests/v1/app_info/update.rb +25 -0
- data/lib/app_store_dev_api/requests/v1/app_info_localization/create.rb +24 -0
- data/lib/app_store_dev_api/requests/v1/app_info_localization/update.rb +25 -0
- data/lib/app_store_dev_api/requests/v1/app_price_ schedule/.DS_Store +0 -0
- data/lib/app_store_dev_api/requests/v1/app_price_ schedule/update.rb +17 -0
- data/lib/app_store_dev_api/requests/v1/app_promoted_purchases/.DS_Store +0 -0
- data/lib/app_store_dev_api/requests/v1/app_promoted_purchases/update.rb +16 -0
- data/lib/app_store_dev_api/requests/v1/app_store_review_detail/create.rb +27 -0
- data/lib/app_store_dev_api/requests/v1/app_store_review_detail/update.rb +25 -0
- data/lib/app_store_dev_api/requests/v1/app_store_version/create.rb +23 -0
- data/lib/app_store_dev_api/requests/v1/app_store_version/update.rb +25 -0
- data/lib/app_store_dev_api/requests/v1/app_store_version_build_linkage_request/.DS_Store +0 -0
- data/lib/app_store_dev_api/requests/v1/app_store_version_build_linkage_request/update.rb +17 -0
- data/lib/app_store_dev_api/requests/v1/app_store_version_localization/create.rb +25 -0
- data/lib/app_store_dev_api/requests/v1/app_store_version_localization/update.rb +25 -0
- data/lib/app_store_dev_api/requests/v1/app_store_version_phased_releases/create.rb +20 -0
- data/lib/app_store_dev_api/requests/v1/app_store_version_phased_releases/update.rb +20 -0
- data/lib/app_store_dev_api/requests/v1/app_store_version_promotion/.DS_Store +0 -0
- data/lib/app_store_dev_api/requests/v1/app_store_version_promotion/create.rb +20 -0
- data/lib/app_store_dev_api/requests/v1/app_store_version_releases_request/.DS_Store +0 -0
- data/lib/app_store_dev_api/requests/v1/app_store_version_releases_request/create.rb +20 -0
- data/lib/app_store_dev_api/requests/v1/beta_build_localization/.DS_Store +0 -0
- data/lib/app_store_dev_api/requests/v1/beta_build_localization/create.rb +14 -0
- data/lib/app_store_dev_api/requests/v1/beta_build_localization/update.rb +13 -0
- data/lib/app_store_dev_api/requests/v1/builds/.DS_Store +0 -0
- data/lib/app_store_dev_api/requests/v1/builds/update.rb +21 -0
- data/lib/app_store_dev_api/requests/v1/customer_review_response/.DS_Store +0 -0
- data/lib/app_store_dev_api/requests/v1/customer_review_response/create.rb +19 -0
- data/lib/app_store_dev_api/requests/v1/in_app_purchase_ territory/.DS_Store +0 -0
- data/lib/app_store_dev_api/requests/v1/in_app_purchase_ territory/create.rb +19 -0
- data/lib/app_store_dev_api/requests/v1/in_app_purchase_localization/create.rb +21 -0
- data/lib/app_store_dev_api/requests/v1/in_app_purchase_localization/update.rb +21 -0
- data/lib/app_store_dev_api/requests/v1/in_app_purchase_price_schedule/create.rb +17 -0
- data/lib/app_store_dev_api/requests/v1/in_app_purchase_review_screenshot/create.rb +20 -0
- data/lib/app_store_dev_api/requests/v1/in_app_purchase_review_screenshot/update.rb +21 -0
- data/lib/app_store_dev_api/requests/v1/in_app_purchase_submission/create.rb +17 -0
- data/lib/app_store_dev_api/requests/v1/promoted_purchases/create.rb +20 -0
- data/lib/app_store_dev_api/requests/v1/promoted_purchases/update.rb +21 -0
- data/lib/app_store_dev_api/requests/v1/promoted_purchases_image/create.rb +20 -0
- data/lib/app_store_dev_api/requests/v1/promoted_purchases_image/update.rb +21 -0
- data/lib/app_store_dev_api/requests/v1/review_submission/.DS_Store +0 -0
- data/lib/app_store_dev_api/requests/v1/review_submission/create.rb +20 -0
- data/lib/app_store_dev_api/requests/v1/review_submission/update.rb +22 -0
- data/lib/app_store_dev_api/requests/v1/review_submission_item/.DS_Store +0 -0
- data/lib/app_store_dev_api/requests/v1/review_submission_item/create.rb +15 -0
- data/lib/app_store_dev_api/requests/v1/subscription/create.rb +25 -0
- data/lib/app_store_dev_api/requests/v1/subscription/update.rb +25 -0
- data/lib/app_store_dev_api/requests/v1/subscription_availability/.DS_Store +0 -0
- data/lib/app_store_dev_api/requests/v1/subscription_availability/create.rb +19 -0
- data/lib/app_store_dev_api/requests/v1/subscription_grace_period/.DS_Store +0 -0
- data/lib/app_store_dev_api/requests/v1/subscription_grace_period/update.rb +23 -0
- data/lib/app_store_dev_api/requests/v1/subscription_group/create.rb +20 -0
- data/lib/app_store_dev_api/requests/v1/subscription_group/update.rb +21 -0
- data/lib/app_store_dev_api/requests/v1/subscription_group_localization/create.rb +22 -0
- data/lib/app_store_dev_api/requests/v1/subscription_group_localization/update.rb +24 -0
- data/lib/app_store_dev_api/requests/v1/subscription_group_submission/.DS_Store +0 -0
- data/lib/app_store_dev_api/requests/v1/subscription_group_submission/create.rb +17 -0
- data/lib/app_store_dev_api/requests/v1/subscription_introductory_offer/create.rb +25 -0
- data/lib/app_store_dev_api/requests/v1/subscription_introductory_offer/update.rb +22 -0
- data/lib/app_store_dev_api/requests/v1/subscription_localization/create.rb +23 -0
- data/lib/app_store_dev_api/requests/v1/subscription_localization/update.rb +23 -0
- data/lib/app_store_dev_api/requests/v1/subscription_offer_code/create.rb +26 -0
- data/lib/app_store_dev_api/requests/v1/subscription_offer_code/update.rb +22 -0
- data/lib/app_store_dev_api/requests/v1/subscription_offer_code_cunstom_code/create.rb +23 -0
- data/lib/app_store_dev_api/requests/v1/subscription_offer_code_cunstom_code/update.rb +22 -0
- data/lib/app_store_dev_api/requests/v1/subscription_offer_code_one_time_use_code/create.rb +22 -0
- data/lib/app_store_dev_api/requests/v1/subscription_offer_code_one_time_use_code/update.rb +22 -0
- data/lib/app_store_dev_api/requests/v1/subscription_price/.DS_Store +0 -0
- data/lib/app_store_dev_api/requests/v1/subscription_price/create.rb +20 -0
- data/lib/app_store_dev_api/requests/v1/subscription_promotional_offer/create.rb +25 -0
- data/lib/app_store_dev_api/requests/v1/subscription_promotional_offer/update.rb +19 -0
- data/lib/app_store_dev_api/requests/v1/subscription_review_screenshot/create.rb +20 -0
- data/lib/app_store_dev_api/requests/v1/subscription_review_screenshot/update.rb +21 -0
- data/lib/app_store_dev_api/requests/v1/subscription_submission/.DS_Store +0 -0
- data/lib/app_store_dev_api/requests/v1/subscription_submission/create.rb +15 -0
- data/lib/app_store_dev_api/requests/v2/.DS_Store +0 -0
- data/lib/app_store_dev_api/requests/v2/in_app_purchase/create.rb +25 -0
- data/lib/app_store_dev_api/requests/v2/in_app_purchase/update.rb +23 -0
- data/lib/app_store_dev_api/requests/v2/sandbox_tester/.DS_Store +0 -0
- data/lib/app_store_dev_api/requests/v2/sandbox_tester/update.rb +22 -0
- data/lib/app_store_dev_api/requests/v2/sandbox_tester_clear_purchase_history/.DS_Store +0 -0
- data/lib/app_store_dev_api/requests/v2/sandbox_tester_clear_purchase_history/update.rb +16 -0
- data/lib/app_store_dev_api/schema/object.rb +14 -0
- data/lib/app_store_dev_api/schema/type.rb +15 -0
- data/lib/app_store_dev_api/schema/web_service_endpoint.rb +27 -0
- data/lib/app_store_dev_api/schema.rb +24 -0
- data/lib/app_store_dev_api/specification/component/schema.rb +25 -0
- data/lib/app_store_dev_api/specification.rb +54 -0
- data/lib/app_store_dev_api/user_invitation_create_request.rb +18 -0
- data/lib/app_store_dev_api/version.rb +5 -0
- data/lib/app_store_dev_api.rb +23 -0
- data/lib/config/schema.json +1650 -0
- data/lib/tasks/build.rake +8 -0
- data/lib/tasks/bundle.rake +7 -0
- data/lib/tasks/changelog.rake +17 -0
- data/lib/tasks/console.rake +9 -0
- data/lib/tasks/git.rake +19 -0
- data/lib/tasks/push.rake +18 -0
- data/lib/tasks/release.rake +17 -0
- data/lib/tasks/version.rake +28 -0
- data/sig/app_store_connect_api.rbs +4 -0
- metadata +429 -0
@@ -0,0 +1,1650 @@
|
|
1
|
+
{
|
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
|
+
{
|
11
|
+
"http_method": "delete",
|
12
|
+
"url": "https://api.appstoreconnect.apple.com/v1/bundleIdCapabilities/{id}",
|
13
|
+
"alias": "delete_bundle_id_capability"
|
14
|
+
},
|
15
|
+
{
|
16
|
+
"http_method": "delete",
|
17
|
+
"url": "https://api.appstoreconnect.apple.com/v1/userInvitations/{id}",
|
18
|
+
"alias": "delete_user_invitation"
|
19
|
+
},
|
20
|
+
{
|
21
|
+
"http_method": "delete",
|
22
|
+
"url": "https://api.appstoreconnect.apple.com/v1/certificates/{id}",
|
23
|
+
"alias": "delete_certificate"
|
24
|
+
},
|
25
|
+
{
|
26
|
+
"http_method": "delete",
|
27
|
+
"url": "https://api.appstoreconnect.apple.com/v1/bundleIds/{id}",
|
28
|
+
"alias": "delete_bundle_id"
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"http_method": "delete",
|
32
|
+
"url": "https://api.appstoreconnect.apple.com/v1/profiles/{id}",
|
33
|
+
"alias": "delete_profile"
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"http_method": "delete",
|
37
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}",
|
38
|
+
"alias": "delete_beta_tester"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"http_method": "delete",
|
42
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/relationships/betaGroups",
|
43
|
+
"alias": "delete_beta_tester_beta"
|
44
|
+
},
|
45
|
+
{
|
46
|
+
"http_method": "delete",
|
47
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/relationships/builds",
|
48
|
+
"alias": "delete_beta_tester_builds"
|
49
|
+
},
|
50
|
+
{
|
51
|
+
"http_method": "delete",
|
52
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/relationships/apps",
|
53
|
+
"alias": "delete_beta_tester_apps"
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"http_method": "delete",
|
57
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaGroups/{id}",
|
58
|
+
"alias": "delete_beta_group"
|
59
|
+
},
|
60
|
+
{
|
61
|
+
"http_method": "delete",
|
62
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaGroups/{id}/relationships/betaTesters",
|
63
|
+
"alias": "delete_beta_group_beta_testers"
|
64
|
+
},
|
65
|
+
{
|
66
|
+
"http_method": "delete",
|
67
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaGroups/{id}/relationships/builds",
|
68
|
+
"alias": "delete_beta_group_builds"
|
69
|
+
},
|
70
|
+
{
|
71
|
+
"http_method": "delete",
|
72
|
+
"url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/relationships/betaTesters",
|
73
|
+
"alias": "delete_app_beta_testers"
|
74
|
+
},
|
75
|
+
{
|
76
|
+
"http_method": "delete",
|
77
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaAppLocalizations/{id}",
|
78
|
+
"alias": "delete_beta_app_localization"
|
79
|
+
},
|
80
|
+
{
|
81
|
+
"http_method": "delete",
|
82
|
+
"url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/relationships/betaGroups",
|
83
|
+
"alias": "delete_build_beta_group"
|
84
|
+
},
|
85
|
+
{
|
86
|
+
"http_method": "delete",
|
87
|
+
"url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/relationships/individualTesters",
|
88
|
+
"alias": "delete_build_individual_testers"
|
89
|
+
},
|
90
|
+
{
|
91
|
+
"http_method": "delete",
|
92
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaBuildLocalizations/{id}",
|
93
|
+
"alias": "delete_beta_build_localizations"
|
94
|
+
},
|
95
|
+
{
|
96
|
+
"alias": "create_profile",
|
97
|
+
"http_method": "post",
|
98
|
+
"url": "https://api.appstoreconnect.apple.com/v1/profiles",
|
99
|
+
"http_body_type": "ProfileCreateRequest"
|
100
|
+
},
|
101
|
+
{
|
102
|
+
"alias": "create_device",
|
103
|
+
"http_method": "post",
|
104
|
+
"url": "https://api.appstoreconnect.apple.com/v1/devices",
|
105
|
+
"http_body_type": "DeviceCreateRequest"
|
106
|
+
},
|
107
|
+
{
|
108
|
+
"alias": "create_user_invitation",
|
109
|
+
"url": "https://api.appstoreconnect.apple.com/v1/userInvitations",
|
110
|
+
"http_body_type": "UserInvitationCreateRequest",
|
111
|
+
"http_method": "post"
|
112
|
+
},
|
113
|
+
{
|
114
|
+
"alias": "modify_beta_build_localization",
|
115
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaBuildLocalizations/{id}",
|
116
|
+
"http_body_type": "BetaBuildLocalizationModifyRequest",
|
117
|
+
"http_method": "patch"
|
118
|
+
},
|
119
|
+
{
|
120
|
+
"http_method": "get",
|
121
|
+
"url": "https://api.appstoreconnect.apple.com/v1/users",
|
122
|
+
"alias": "users"
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"http_method": "get",
|
126
|
+
"url": "https://api.appstoreconnect.apple.com/v1/users/{id}",
|
127
|
+
"alias": "user"
|
128
|
+
},
|
129
|
+
{
|
130
|
+
"http_method": "get",
|
131
|
+
"url": "https://api.appstoreconnect.apple.com/v1/users/{id}/visibleApps",
|
132
|
+
"alias": "user_visible_apps"
|
133
|
+
},
|
134
|
+
{
|
135
|
+
"http_method": "get",
|
136
|
+
"url": "https://api.appstoreconnect.apple.com/v1/users/{id}/relationships/visibleApps",
|
137
|
+
"alias": "user_relationships_visible_apps"
|
138
|
+
},
|
139
|
+
{
|
140
|
+
"http_method": "get",
|
141
|
+
"url": "https://api.appstoreconnect.apple.com/v1/userInvitations/{id}",
|
142
|
+
"alias": "user_invitation"
|
143
|
+
},
|
144
|
+
{
|
145
|
+
"http_method": "get",
|
146
|
+
"url": "https://api.appstoreconnect.apple.com/v1/userInvitations",
|
147
|
+
"alias": "user_invitations"
|
148
|
+
},
|
149
|
+
{
|
150
|
+
"http_method": "get",
|
151
|
+
"url": "https://api.appstoreconnect.apple.com/v1/userInvitations/{id}/visibleApps",
|
152
|
+
"alias": "user_invitation_visible_apps"
|
153
|
+
},
|
154
|
+
{
|
155
|
+
"http_method": "get",
|
156
|
+
"url": "https://api.appstoreconnect.apple.com/v1/userInvitations/{id}/relationships/visibleApps",
|
157
|
+
"alias": "user_invitation_relationships_visible_apps"
|
158
|
+
},
|
159
|
+
{
|
160
|
+
"http_method": "get",
|
161
|
+
"url": "https://api.appstoreconnect.apple.com/v1/bundleIds/{id}",
|
162
|
+
"alias": "bundle_id"
|
163
|
+
},
|
164
|
+
{
|
165
|
+
"http_method": "get",
|
166
|
+
"url": "https://api.appstoreconnect.apple.com/v1/bundleIds",
|
167
|
+
"alias": "bundle_ids"
|
168
|
+
},
|
169
|
+
{
|
170
|
+
"http_method": "get",
|
171
|
+
"url": "https://api.appstoreconnect.apple.com/v1/bundleIds/{id}/relationships/profiles",
|
172
|
+
"alias": "bundle_id_relationships_profiles"
|
173
|
+
},
|
174
|
+
{
|
175
|
+
"http_method": "get",
|
176
|
+
"url": "https://api.appstoreconnect.apple.com/v1/bundleIds/{id}/bundleIdCapabilities",
|
177
|
+
"alias": "bundle_id_bundle_id_capabilities"
|
178
|
+
},
|
179
|
+
{
|
180
|
+
"http_method": "get",
|
181
|
+
"url": "https://api.appstoreconnect.apple.com/v1/bundleIds/{id}/profiles",
|
182
|
+
"alias": "bundle_id_profiles"
|
183
|
+
},
|
184
|
+
{
|
185
|
+
"http_method": "get",
|
186
|
+
"url": "https://api.appstoreconnect.apple.com/v1/bundleIds/{id}/relationships/bundleIdCapabilities",
|
187
|
+
"alias": "bundle_id_relationships_bundle_id_capabilities"
|
188
|
+
},
|
189
|
+
{
|
190
|
+
"http_method": "get",
|
191
|
+
"url": "https://api.appstoreconnect.apple.com/v1/certificates",
|
192
|
+
"alias": "certificates"
|
193
|
+
},
|
194
|
+
{
|
195
|
+
"http_method": "get",
|
196
|
+
"url": "https://api.appstoreconnect.apple.com/v1/certificates/{id}",
|
197
|
+
"alias": "certificate"
|
198
|
+
},
|
199
|
+
{
|
200
|
+
"http_method": "get",
|
201
|
+
"url": "https://api.appstoreconnect.apple.com/v1/devices",
|
202
|
+
"alias": "devices"
|
203
|
+
},
|
204
|
+
{
|
205
|
+
"http_method": "get",
|
206
|
+
"url": "https://api.appstoreconnect.apple.com/v1/devices/{id}",
|
207
|
+
"alias": "device"
|
208
|
+
},
|
209
|
+
{
|
210
|
+
"http_method": "get",
|
211
|
+
"url": "https://api.appstoreconnect.apple.com/v1/financeReports",
|
212
|
+
"alias": "financial_reports"
|
213
|
+
},
|
214
|
+
{
|
215
|
+
"http_method": "get",
|
216
|
+
"url": "https://api.appstoreconnect.apple.com/v1/salesReports",
|
217
|
+
"alias": "sales_reports"
|
218
|
+
},
|
219
|
+
{
|
220
|
+
"http_method": "get",
|
221
|
+
"url": "https://api.appstoreconnect.apple.com/v1/profiles",
|
222
|
+
"alias": "profiles"
|
223
|
+
},
|
224
|
+
{
|
225
|
+
"http_method": "get",
|
226
|
+
"url": "https://api.appstoreconnect.apple.com/v1/profiles/{id}",
|
227
|
+
"alias": "profile"
|
228
|
+
},
|
229
|
+
{
|
230
|
+
"http_method": "get",
|
231
|
+
"url": "https://api.appstoreconnect.apple.com/v1/profiles/{id}/bundleId",
|
232
|
+
"alias": "profile_bundle_id"
|
233
|
+
},
|
234
|
+
{
|
235
|
+
"http_method": "get",
|
236
|
+
"url": "https://api.appstoreconnect.apple.com/v1/profiles/{id}/relationships/bundleId",
|
237
|
+
"alias": "profile_relationships_bundle_id"
|
238
|
+
},
|
239
|
+
{
|
240
|
+
"http_method": "get",
|
241
|
+
"url": "https://api.appstoreconnect.apple.com/v1/profiles/{id}/relationships/certificates",
|
242
|
+
"alias": "profile_relationships_certificates"
|
243
|
+
},
|
244
|
+
{
|
245
|
+
"http_method": "get",
|
246
|
+
"url": "https://api.appstoreconnect.apple.com/v1/profiles/{id}/devices",
|
247
|
+
"alias": "profile_devices"
|
248
|
+
},
|
249
|
+
{
|
250
|
+
"http_method": "get",
|
251
|
+
"url": "https://api.appstoreconnect.apple.com/v1/profiles/{id}/certificates",
|
252
|
+
"alias": "profile_certificates"
|
253
|
+
},
|
254
|
+
{
|
255
|
+
"http_method": "get",
|
256
|
+
"url": "https://api.appstoreconnect.apple.com/v1/profiles/{id}/relationships/devices",
|
257
|
+
"alias": "profile_relationships_devices"
|
258
|
+
},
|
259
|
+
{
|
260
|
+
"http_method": "get",
|
261
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaTesters",
|
262
|
+
"alias": "beta_testers"
|
263
|
+
},
|
264
|
+
{
|
265
|
+
"http_method": "get",
|
266
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}",
|
267
|
+
"alias": "beta_tester"
|
268
|
+
},
|
269
|
+
{
|
270
|
+
"http_method": "get",
|
271
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/apps",
|
272
|
+
"alias": "beta_tester_apps"
|
273
|
+
},
|
274
|
+
{
|
275
|
+
"http_method": "get",
|
276
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/builds",
|
277
|
+
"alias": "beta_tester_builds"
|
278
|
+
},
|
279
|
+
{
|
280
|
+
"http_method": "get",
|
281
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/relationships/builds",
|
282
|
+
"alias": "beta_tester_relationships_builds"
|
283
|
+
},
|
284
|
+
{
|
285
|
+
"http_method": "get",
|
286
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/relationships/apps",
|
287
|
+
"alias": "beta_tester_relationships_apps"
|
288
|
+
},
|
289
|
+
{
|
290
|
+
"http_method": "get",
|
291
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/betaGroups",
|
292
|
+
"alias": "beta_tester_beta_groups"
|
293
|
+
},
|
294
|
+
{
|
295
|
+
"http_method": "get",
|
296
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/relationships/betaGroups",
|
297
|
+
"alias": "beta_tester_relationships_beta_groups"
|
298
|
+
},
|
299
|
+
{
|
300
|
+
"alias": "apps",
|
301
|
+
"http_method": "get",
|
302
|
+
"url": "https://api.appstoreconnect.apple.com/v1/apps"
|
303
|
+
},
|
304
|
+
{
|
305
|
+
"alias": "app",
|
306
|
+
"http_method": "get",
|
307
|
+
"url": "https://api.appstoreconnect.apple.com/v1/apps/{id}"
|
308
|
+
},
|
309
|
+
{
|
310
|
+
"alias": "update_app",
|
311
|
+
"http_method": "patch",
|
312
|
+
"http_body_type": "Requests::V1::App::Update",
|
313
|
+
"url": "https://api.appstoreconnect.apple.com/v1/apps/{id}"
|
314
|
+
},
|
315
|
+
{
|
316
|
+
"alias": "app_price_points",
|
317
|
+
"http_method": "get",
|
318
|
+
"url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/appPricePoints"
|
319
|
+
},
|
320
|
+
{
|
321
|
+
"alias": "app_price_schedule",
|
322
|
+
"http_method": "get",
|
323
|
+
"url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/appPriceSchedule"
|
324
|
+
},
|
325
|
+
{
|
326
|
+
"alias": "app_price_schedules",
|
327
|
+
"http_method": "get",
|
328
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appPriceSchedules/{id}"
|
329
|
+
},
|
330
|
+
{
|
331
|
+
"alias": "app_price_schedules_automatic_prices",
|
332
|
+
"http_method": "get",
|
333
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appPriceSchedules/{id}/automaticPrices"
|
334
|
+
},
|
335
|
+
{
|
336
|
+
"alias": "app_price_schedules_base_territory",
|
337
|
+
"http_method": "get",
|
338
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appPriceSchedules/{id}/baseTerritory"
|
339
|
+
},
|
340
|
+
{
|
341
|
+
"alias": "create_app_price_schedules",
|
342
|
+
"http_method": "post",
|
343
|
+
"http_body_type": "Requests::V1::AppPriceSchedule::Update",
|
344
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appPriceSchedules"
|
345
|
+
},
|
346
|
+
{
|
347
|
+
"alias": "list_app_availability",
|
348
|
+
"http_method": "get",
|
349
|
+
"url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/appAvailability"
|
350
|
+
},
|
351
|
+
{
|
352
|
+
"alias": "read_app_availability",
|
353
|
+
"http_method": "get",
|
354
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appAvailabilities/{id}"
|
355
|
+
},
|
356
|
+
{
|
357
|
+
"alias": "list_app_territory_availability",
|
358
|
+
"http_method": "get",
|
359
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appAvailabilities/{id}/availableTerritories"
|
360
|
+
},
|
361
|
+
{
|
362
|
+
"alias": "update_app_availability",
|
363
|
+
"http_method": "patch",
|
364
|
+
"http_body_type": "Requests::V1::AppAvailability::Update",
|
365
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appAvailabilities"
|
366
|
+
},
|
367
|
+
{
|
368
|
+
"alias": "read_app_infos",
|
369
|
+
"http_method": "get",
|
370
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appInfos/{id}"
|
371
|
+
},
|
372
|
+
{
|
373
|
+
"alias": "list_app_infos",
|
374
|
+
"http_method": "get",
|
375
|
+
"url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/appInfos"
|
376
|
+
},
|
377
|
+
{
|
378
|
+
"alias": "update_app_infos",
|
379
|
+
"http_method": "patch",
|
380
|
+
"http_body_type": "Requests::V1::AppInfo::Update",
|
381
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appInfos/{id}"
|
382
|
+
},
|
383
|
+
{
|
384
|
+
"alias": "list_app_info_localizations",
|
385
|
+
"http_method": "get",
|
386
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appInfos/{id}/appInfoLocalizations"
|
387
|
+
},
|
388
|
+
{
|
389
|
+
"alias": "read_app_info_localizations",
|
390
|
+
"http_method": "get",
|
391
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appInfoLocalizations/{id}"
|
392
|
+
},
|
393
|
+
{
|
394
|
+
"alias": "create_app_info_localizations",
|
395
|
+
"http_method": "post",
|
396
|
+
"http_body_type": "Requests::V1::AppInfoLocalization::Create",
|
397
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appInfoLocalizations"
|
398
|
+
},
|
399
|
+
{
|
400
|
+
"alias": "update_app_info_localizations",
|
401
|
+
"http_method": "patch",
|
402
|
+
"http_body_type": "Requests::V1::AppInfoLocalization::Update",
|
403
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appInfoLocalizations/{id}"
|
404
|
+
},
|
405
|
+
{
|
406
|
+
"alias": "delete_app_info_localizations",
|
407
|
+
"http_method": "delete",
|
408
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appInfoLocalizations/{id}"
|
409
|
+
},
|
410
|
+
{
|
411
|
+
"alias": "list_app_store_versions",
|
412
|
+
"http_method": "get",
|
413
|
+
"url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/appStoreVersions"
|
414
|
+
},
|
415
|
+
{
|
416
|
+
"alias": "read_app_store_versions",
|
417
|
+
"http_method": "get",
|
418
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appStoreVersions/{id}"
|
419
|
+
},
|
420
|
+
{
|
421
|
+
"alias": "create_app_store_versions",
|
422
|
+
"http_method": "post",
|
423
|
+
"http_body_type": "Requests::V1::AppStoreVersion::Create",
|
424
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appStoreVersions"
|
425
|
+
},
|
426
|
+
{
|
427
|
+
"alias": "update_app_store_versions",
|
428
|
+
"http_method": "patch",
|
429
|
+
"http_body_type": "Requests::V1::AppStoreVersion::Update",
|
430
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appStoreVersions/{id}"
|
431
|
+
},
|
432
|
+
{
|
433
|
+
"alias": "delete_app_store_versions",
|
434
|
+
"http_method": "delete",
|
435
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appStoreVersions/{id}"
|
436
|
+
},
|
437
|
+
{
|
438
|
+
"alias": "list_app_store_version_localizations",
|
439
|
+
"http_method": "get",
|
440
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appStoreVersions/{id}/appStoreVersionLocalizations"
|
441
|
+
},
|
442
|
+
{
|
443
|
+
"alias": "read_app_store_version_localizations",
|
444
|
+
"http_method": "get",
|
445
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appStoreVersionLocalizations/{id}"
|
446
|
+
},
|
447
|
+
{
|
448
|
+
"alias": "create_app_store_version_localizations",
|
449
|
+
"http_method": "post",
|
450
|
+
"http_body_type": "Requests::V1::AppStoreVersionLocalization::Create",
|
451
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appStoreVersionLocalizations"
|
452
|
+
},
|
453
|
+
{
|
454
|
+
"alias": "update_app_store_version_localizations",
|
455
|
+
"http_method": "patch",
|
456
|
+
"http_body_type": "Requests::V1::AppStoreVersionLocalization::Update",
|
457
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appStoreVersionLocalizations/{id}"
|
458
|
+
},
|
459
|
+
{
|
460
|
+
"alias": "delete_app_store_version_localizations",
|
461
|
+
"http_method": "delete",
|
462
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appStoreVersionLocalizations/{id}"
|
463
|
+
},
|
464
|
+
{
|
465
|
+
"alias": "read_app_store_review_details",
|
466
|
+
"http_method": "get",
|
467
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appStoreReviewDetails/{id}"
|
468
|
+
},
|
469
|
+
{
|
470
|
+
"alias": "create_app_store_review_details",
|
471
|
+
"http_method": "post",
|
472
|
+
"http_body_type": "Requests::V1::AppStoreReviewDetail::Create",
|
473
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appStoreReviewDetails"
|
474
|
+
},
|
475
|
+
{
|
476
|
+
"alias": "update_app_store_review_details",
|
477
|
+
"http_method": "patch",
|
478
|
+
"http_body_type": "Requests::V1::AppStoreReviewDetail::Update",
|
479
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appStoreReviewDetails/{id}"
|
480
|
+
},
|
481
|
+
{
|
482
|
+
"alias": "create_app_store_version_promotion",
|
483
|
+
"http_method": "post",
|
484
|
+
"http_body_type": "Requests::V1::AppStoreVersionPromotion::Create",
|
485
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appStoreVersionPromotions"
|
486
|
+
},
|
487
|
+
{
|
488
|
+
"alias": "create_app_store_version_phased_releases",
|
489
|
+
"http_method": "post",
|
490
|
+
"http_body_type": "Requests::V1::appStoreVersionPhasedReleases::Create",
|
491
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appStoreVersionPhasedReleases"
|
492
|
+
},
|
493
|
+
{
|
494
|
+
"alias": "update_app_store_version_phased_releases",
|
495
|
+
"http_method": "patch",
|
496
|
+
"http_body_type": "Requests::V1::appStoreVersionPhasedReleases::Update",
|
497
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appStoreVersionPhasedReleases/{id}"
|
498
|
+
},
|
499
|
+
{
|
500
|
+
"alias": "delete_app_store_version_phased_releases",
|
501
|
+
"http_method": "delete",
|
502
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appStoreVersionPhasedReleases/{id}"
|
503
|
+
},
|
504
|
+
{
|
505
|
+
"alias": "create_app_store_version_releases_requests",
|
506
|
+
"http_method": "post",
|
507
|
+
"http_body_type": "Requests::V1::AppStoreVersionReleaseRequest::Create",
|
508
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appStoreVersionReleaseRequests"
|
509
|
+
},
|
510
|
+
{
|
511
|
+
"alias": "list_customer_reviews_for_app",
|
512
|
+
"http_method": "get",
|
513
|
+
"url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/customerReviews"
|
514
|
+
},
|
515
|
+
{
|
516
|
+
"alias": "list_customer_reviews_for_app_store_version",
|
517
|
+
"http_method": "get",
|
518
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appStoreVersions/{id}/customerReviews"
|
519
|
+
},
|
520
|
+
{
|
521
|
+
"alias": "read_customer_review_info",
|
522
|
+
"http_method": "get",
|
523
|
+
"url": "https://api.appstoreconnect.apple.com/v1/customerReviews/{id}"
|
524
|
+
},
|
525
|
+
{
|
526
|
+
"alias": "get_customer_review_responses",
|
527
|
+
"http_method": "get",
|
528
|
+
"url": "https://api.appstoreconnect.apple.com/v1/customerReviews/{id}/response"
|
529
|
+
},
|
530
|
+
{
|
531
|
+
"alias": "read_customer_review_responses",
|
532
|
+
"http_method": "delete",
|
533
|
+
"url": "https://api.appstoreconnect.apple.com/v1/customerReviewResponses/{id}"
|
534
|
+
},
|
535
|
+
{
|
536
|
+
"alias": "create_customer_review_responses",
|
537
|
+
"http_method": "post",
|
538
|
+
"http_body_type": "Requests::V1::CustomerReviewResponse::Create",
|
539
|
+
"url": "https://api.appstoreconnect.apple.com/v1/customerReviewResponses"
|
540
|
+
},
|
541
|
+
{
|
542
|
+
"alias": "delete_customer_review_responses",
|
543
|
+
"http_method": "delete",
|
544
|
+
"url": "https://api.appstoreconnect.apple.com/v1/customerReviewResponses/{id}"
|
545
|
+
},
|
546
|
+
{
|
547
|
+
"alias": "create_in_app_purchase",
|
548
|
+
"http_body_type": "Requests::V2::InAppPurchase::Create",
|
549
|
+
"http_method": "post",
|
550
|
+
"url": "https://api.appstoreconnect.apple.com/v2/inAppPurchases"
|
551
|
+
},
|
552
|
+
{
|
553
|
+
"alias": "read_in_app_purchase_info",
|
554
|
+
"http_method": "get",
|
555
|
+
"url": "https://api.appstoreconnect.apple.com/v2/inAppPurchases/{id}"
|
556
|
+
},
|
557
|
+
{
|
558
|
+
"alias": "list_all_in_app_purchases_for_app",
|
559
|
+
"http_method": "get",
|
560
|
+
"url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/inAppPurchasesV2"
|
561
|
+
},
|
562
|
+
{
|
563
|
+
"alias": "in_app_purchase",
|
564
|
+
"http_method": "get",
|
565
|
+
"url": "https://api.appstoreconnect.apple.com/v2/inAppPurchases/{id}"
|
566
|
+
},
|
567
|
+
{
|
568
|
+
"alias": "update_in_app_purchase",
|
569
|
+
"http_body_type": "Requests::V2::InAppPurchase::Update",
|
570
|
+
"http_method": "patch",
|
571
|
+
"url": "https://api.appstoreconnect.apple.com/v2/inAppPurchases/{id}"
|
572
|
+
},
|
573
|
+
{
|
574
|
+
"alias": "delete_in_app_purchase",
|
575
|
+
"http_method": "delete",
|
576
|
+
"url": "https://api.appstoreconnect.apple.com/v2/inAppPurchases/{id}"
|
577
|
+
},
|
578
|
+
{
|
579
|
+
"alias": "list_in_app_purchase_all_price_points",
|
580
|
+
"http_method": "delete",
|
581
|
+
"url": "https://api.appstoreconnect.apple.com/v2/inAppPurchases/{id}/pricePoints"
|
582
|
+
},
|
583
|
+
{
|
584
|
+
"alias": "read_in_app_purchase_promoted_info",
|
585
|
+
"http_method": "get",
|
586
|
+
"url": "https://api.appstoreconnect.apple.com/v2/inAppPurchases/{id}/promotedPurchase"
|
587
|
+
},
|
588
|
+
{
|
589
|
+
"alias": "list_in_app_purchase_all_localizations",
|
590
|
+
"http_method": "get",
|
591
|
+
"url": "https://api.appstoreconnect.apple.com/v2/inAppPurchases/{id}/inAppPurchaseLocalizations"
|
592
|
+
},
|
593
|
+
{
|
594
|
+
"alias": "read_in_app_purchase_review_screenshot",
|
595
|
+
"http_method": "get",
|
596
|
+
"url": "https://api.appstoreconnect.apple.com/v2/inAppPurchases/{id}/appStoreReviewScreenshot"
|
597
|
+
},
|
598
|
+
{
|
599
|
+
"alias": "create_in_app_purchase_submission",
|
600
|
+
"http_body_type": "Requests::V1::InAppPurchaseSubmission::Create",
|
601
|
+
"http_method": "post",
|
602
|
+
"url": "https://api.appstoreconnect.apple.com/v1/inAppPurchaseSubmissions"
|
603
|
+
},
|
604
|
+
{
|
605
|
+
"alias": "read_schedule_info_for_in_app_purchase",
|
606
|
+
"http_method": "get",
|
607
|
+
"url": "https://api.appstoreconnect.apple.com/v2/inAppPurchases/{id}/iapPriceSchedule"
|
608
|
+
},
|
609
|
+
{
|
610
|
+
"alias": "read_content_info_for_in_app_purchase",
|
611
|
+
"http_method": "get",
|
612
|
+
"url": "https://api.appstoreconnect.apple.com/v2/inAppPurchases/{id}/content"
|
613
|
+
},
|
614
|
+
{
|
615
|
+
"alias": "read_in_app_purchase_content_info",
|
616
|
+
"http_method": "get",
|
617
|
+
"url": "https://api.appstoreconnect.apple.com/v1/inAppPurchaseContents/{id}"
|
618
|
+
},
|
619
|
+
{
|
620
|
+
"alias": "read_in_app_purchase_schedule_info",
|
621
|
+
"http_method": "get",
|
622
|
+
"url": "https://api.appstoreconnect.apple.com/v1/inAppPurchasePriceSchedules/{id}"
|
623
|
+
},
|
624
|
+
{
|
625
|
+
"alias": "read_in_app_purchase_price_info",
|
626
|
+
"http_method": "get",
|
627
|
+
"url": "https://api.appstoreconnect.apple.com/v1/inAppPurchasePriceSchedules/{id}/manualPrices"
|
628
|
+
},
|
629
|
+
{
|
630
|
+
"alias": "create_in_app_purchase_price_schedule",
|
631
|
+
"http_body_type": "Requests::V1::InAppPurchasePriceSchedule::Create",
|
632
|
+
"http_method": "post",
|
633
|
+
"url": "https://api.appstoreconnect.apple.com/v1/inAppPurchasePriceSchedules"
|
634
|
+
},
|
635
|
+
{
|
636
|
+
"alias": "list_in_app_purchase_automatic_prices",
|
637
|
+
"http_method": "get",
|
638
|
+
"url": "https://api.appstoreconnect.apple.com/v1/inAppPurchasePriceSchedules/{id}/automaticPrices"
|
639
|
+
},
|
640
|
+
{
|
641
|
+
"alias": "read_in_app_purchase_base_territory_price_schedule",
|
642
|
+
"http_method": "get",
|
643
|
+
"url": "https://api.appstoreconnect.apple.com/v1/inAppPurchasePriceSchedules/{id}/baseTerritory"
|
644
|
+
},
|
645
|
+
{
|
646
|
+
"alias": "read_in_app_purchase_availablity",
|
647
|
+
"http_method": "get",
|
648
|
+
"url": "https://api.appstoreconnect.apple.com/v1/inAppPurchaseAvailabilities/{id}"
|
649
|
+
},
|
650
|
+
{
|
651
|
+
"alias": "list_in_app_purchase_territory_availablity",
|
652
|
+
"http_method": "get",
|
653
|
+
"url": "https://api.appstoreconnect.apple.com/v1/inAppPurchaseAvailabilities/{id}/availableTerritories"
|
654
|
+
},
|
655
|
+
{
|
656
|
+
"alias": "modify_in_app_purchase_territory_availablity",
|
657
|
+
"http_body_type": "Requests::V1::InAppPurchaseTerritorie::Create",
|
658
|
+
"http_method": "post",
|
659
|
+
"url": "https://api.appstoreconnect.apple.com/v1/inAppPurchaseAvailabilities"
|
660
|
+
},
|
661
|
+
{
|
662
|
+
"alias": "read_in_app_purchase_localization",
|
663
|
+
"http_method": "get",
|
664
|
+
"url": "https://api.appstoreconnect.apple.com/v1/inAppPurchaseLocalizations/{id}"
|
665
|
+
},
|
666
|
+
{
|
667
|
+
"alias": "create_in_app_purchase_localization",
|
668
|
+
"http_body_type": "Requests::V1::InAppPurchaseLocalization::Create",
|
669
|
+
"http_method": "post",
|
670
|
+
"url": "https://api.appstoreconnect.apple.com/v1/inAppPurchaseLocalizations"
|
671
|
+
},
|
672
|
+
{
|
673
|
+
"alias": "update_in_app_purchase_localization",
|
674
|
+
"http_body_type": "Requests::V1::InAppPurchaseLocalization::Update",
|
675
|
+
"http_method": "patch",
|
676
|
+
"url": "https://api.appstoreconnect.apple.com/v1/inAppPurchaseLocalizations/{id}"
|
677
|
+
},
|
678
|
+
{
|
679
|
+
"alias": "delete_in_app_purchase_localization",
|
680
|
+
"http_method": "delete",
|
681
|
+
"url": "https://api.appstoreconnect.apple.com/v1/inAppPurchaseLocalizations/{id}"
|
682
|
+
},
|
683
|
+
{
|
684
|
+
"alias": "read_in_app_purchase_screenshot",
|
685
|
+
"http_method": "get",
|
686
|
+
"url": "https://api.appstoreconnect.apple.com/v1/inAppPurchaseAppStoreReviewScreenshots/{id}"
|
687
|
+
},
|
688
|
+
{
|
689
|
+
"alias": "create_in_app_purchase_review_screenshot",
|
690
|
+
"http_body_type": "Requests::V1::InAppPurchaseReviewScreenshot::Create",
|
691
|
+
"http_method": "post",
|
692
|
+
"url": "https://api.appstoreconnect.apple.com/v1/inAppPurchaseAppStoreReviewScreenshots"
|
693
|
+
},
|
694
|
+
{
|
695
|
+
"alias": "update_in_app_purchase_app_store_review_screenshot",
|
696
|
+
"http_body_type": "Requests::V1::InAppPurchaseReviewScreenshot::Update",
|
697
|
+
"http_method": "patch",
|
698
|
+
"url": "https://api.appstoreconnect.apple.com/v1/inAppPurchaseAppStoreReviewScreenshots/{id}"
|
699
|
+
},
|
700
|
+
{
|
701
|
+
"alias": "delete_in_app_purchase_review_screenshot",
|
702
|
+
"http_method": "delete",
|
703
|
+
"url": "https://api.appstoreconnect.apple.com/v1/inAppPurchaseAppStoreReviewScreenshots/{id}"
|
704
|
+
},
|
705
|
+
{
|
706
|
+
"alias": "create_subscription_group",
|
707
|
+
"http_body_type": "Requests::V1::SubscriptionGroups::Create",
|
708
|
+
"http_method": "post",
|
709
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionGroups"
|
710
|
+
},
|
711
|
+
{
|
712
|
+
"alias": "list_all_subscription_groups_for_app",
|
713
|
+
"http_method": "get",
|
714
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionGroups"
|
715
|
+
},
|
716
|
+
{
|
717
|
+
"alias": "read_subscription_group_info",
|
718
|
+
"http_method": "get",
|
719
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionGroups/{id}"
|
720
|
+
},
|
721
|
+
{
|
722
|
+
"alias": "update_subscription_group",
|
723
|
+
"http_body_type": "Requests::V1::SubscriptionGroups::Update",
|
724
|
+
"http_method": "patch",
|
725
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionGroups/{id}"
|
726
|
+
},
|
727
|
+
{
|
728
|
+
"alias": "delete_subscription_group",
|
729
|
+
"http_method": "delete",
|
730
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionGroups/{id}"
|
731
|
+
},
|
732
|
+
{
|
733
|
+
"alias": "list_all_subscription_group_localizations",
|
734
|
+
"http_method": "get",
|
735
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionGroups/{id}/subscriptionGroupLocalizations"
|
736
|
+
},
|
737
|
+
{
|
738
|
+
"alias": "list_all_subscription_for_subscription_group",
|
739
|
+
"http_method": "get",
|
740
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionGroups/{id}/subscriptions"
|
741
|
+
},
|
742
|
+
{
|
743
|
+
"alias": "create_subscription_group_localization",
|
744
|
+
"http_body_type": "Requests::V1::SubscriptionGroupLocalization::Create",
|
745
|
+
"http_method": "post",
|
746
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionGroupLocalizations"
|
747
|
+
},
|
748
|
+
{
|
749
|
+
"alias": "read_subscription_group_localization",
|
750
|
+
"http_method": "get",
|
751
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionGroupLocalizations/{id}"
|
752
|
+
},
|
753
|
+
{
|
754
|
+
"alias": "update_subscription_group_localization",
|
755
|
+
"http_body_type": "Requests::V1::SubscriptionGroupLocalization::Update",
|
756
|
+
"http_method": "patch",
|
757
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionGroupLocalizations/{id}"
|
758
|
+
},
|
759
|
+
{
|
760
|
+
"alias": "delete_subscription_group_localization",
|
761
|
+
"http_method": "delete",
|
762
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionGroupLocalizations/{id}"
|
763
|
+
},
|
764
|
+
{
|
765
|
+
"alias": "create_subscription",
|
766
|
+
"http_body_type": "Requests::V1::Subscription::Create",
|
767
|
+
"http_method": "post",
|
768
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptions"
|
769
|
+
},
|
770
|
+
{
|
771
|
+
"alias": "read_subscription_info",
|
772
|
+
"http_method": "get",
|
773
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptions/{id}"
|
774
|
+
},
|
775
|
+
{
|
776
|
+
"alias": "update_subscription",
|
777
|
+
"http_body_type": "Requests::V1::Subscription::Update",
|
778
|
+
"http_method": "patch",
|
779
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptions/{id}"
|
780
|
+
},
|
781
|
+
{
|
782
|
+
"alias": "delete_subscription",
|
783
|
+
"http_method": "delete",
|
784
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptions/{id}"
|
785
|
+
},
|
786
|
+
{
|
787
|
+
"alias": "list_subscription_all_localizations",
|
788
|
+
"http_method": "get",
|
789
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptions/{id}/subscriptionLocalizations"
|
790
|
+
},
|
791
|
+
{
|
792
|
+
"alias": "list_subscription_all_introductory_offers",
|
793
|
+
"http_method": "get",
|
794
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptions/{id}/introductoryOffers"
|
795
|
+
},
|
796
|
+
{
|
797
|
+
"alias": "list_subscription_introductory_offer_resoure_ids",
|
798
|
+
"http_method": "get",
|
799
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptions/{id}/relationships/introductoryOffers"
|
800
|
+
},
|
801
|
+
{
|
802
|
+
"alias": "delete_subscription_introductory_offer",
|
803
|
+
"http_method": "delete",
|
804
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptions/{id}/promotedPurchase"
|
805
|
+
},
|
806
|
+
{
|
807
|
+
"alias": "read_subscription_promoted_purchase_info",
|
808
|
+
"http_method": "delete",
|
809
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptions/{id}/promotedPurchase"
|
810
|
+
},
|
811
|
+
{
|
812
|
+
"alias": "list_subscription_offer_codes",
|
813
|
+
"http_method": "delete",
|
814
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptions/{id}/offerCodes"
|
815
|
+
},
|
816
|
+
{
|
817
|
+
"alias": "list_subscription_promotional_offer_resoure_ids",
|
818
|
+
"http_method": "get",
|
819
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptions/{id}/relationships/introductoryOffers"
|
820
|
+
},
|
821
|
+
{
|
822
|
+
"alias": "list_subscription_price_points",
|
823
|
+
"http_method": "get",
|
824
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptions/{id}/pricePoints"
|
825
|
+
},
|
826
|
+
{
|
827
|
+
"alias": "list_subscription_all_price",
|
828
|
+
"http_method": "get",
|
829
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptions/{id}/prices"
|
830
|
+
},
|
831
|
+
{
|
832
|
+
"alias": "list_subscription_all_price_ids",
|
833
|
+
"http_method": "get",
|
834
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptions/{id}/relationships/prices"
|
835
|
+
},
|
836
|
+
{
|
837
|
+
"alias": "delete_subscription_all_price_ids",
|
838
|
+
"http_method": "delete",
|
839
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptions/{id}/relationships/prices"
|
840
|
+
},
|
841
|
+
{
|
842
|
+
"alias": "read_subscription_review_screenshot",
|
843
|
+
"http_method": "delete",
|
844
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptions/{id}/appStoreReviewScreenshot"
|
845
|
+
},
|
846
|
+
{
|
847
|
+
"alias": "read_subscription_localizations",
|
848
|
+
"http_method": "get",
|
849
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionLocalizations/{id}"
|
850
|
+
},
|
851
|
+
{
|
852
|
+
"alias": "create_subscription_localizations",
|
853
|
+
"http_body_type": "Requests::V1::SubscriptionLocalization::Create",
|
854
|
+
"http_method": "post",
|
855
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionLocalizations"
|
856
|
+
},
|
857
|
+
{
|
858
|
+
"alias": "update_subscription_localizations",
|
859
|
+
"http_body_type": "Requests::V1::SubscriptionLocalization::Update",
|
860
|
+
"http_method": "patch",
|
861
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionLocalizations/{id}"
|
862
|
+
},
|
863
|
+
{
|
864
|
+
"alias": "delete_subscription_localizations",
|
865
|
+
"http_method": "delete",
|
866
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionLocalizations/{id}"
|
867
|
+
},
|
868
|
+
{
|
869
|
+
"alias": "read_subscription_price_points",
|
870
|
+
"http_method": "get",
|
871
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionPricePoints/{id}"
|
872
|
+
},
|
873
|
+
{
|
874
|
+
"alias": "list_subscription_price_points_equalizations",
|
875
|
+
"http_method": "get",
|
876
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionPricePoints/{id}/equalizations"
|
877
|
+
},
|
878
|
+
{
|
879
|
+
"alias": "create_subscription_price",
|
880
|
+
"http_body_type": "Requests::V1::SubscriptionPrices::Create",
|
881
|
+
"http_method": "post",
|
882
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionPrices"
|
883
|
+
},
|
884
|
+
{
|
885
|
+
"alias": "delete_subscription_price",
|
886
|
+
"http_method": "delete",
|
887
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionPrices/{id}"
|
888
|
+
},
|
889
|
+
{
|
890
|
+
"alias": "read_subscription_availability",
|
891
|
+
"http_method": "get",
|
892
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionAvailabilities/{id}"
|
893
|
+
},
|
894
|
+
{
|
895
|
+
"alias": "list_subscription_territory_availability",
|
896
|
+
"http_method": "get",
|
897
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionAvailabilities/{id}/availableTerritories"
|
898
|
+
},
|
899
|
+
{
|
900
|
+
"alias": "modify_subscription_territory_availability",
|
901
|
+
"http_body_type": "Requests::V1::SubscriptionAvailability::Create",
|
902
|
+
"http_method": "post",
|
903
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionAvailabilities"
|
904
|
+
},
|
905
|
+
{
|
906
|
+
"alias": "read_subscription_screenshot",
|
907
|
+
"http_method": "get",
|
908
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionAppStoreReviewScreenshots/{id}"
|
909
|
+
},
|
910
|
+
{
|
911
|
+
"alias": "create_subscription_review_screenshot",
|
912
|
+
"http_body_type": "Requests::V1::SubscriptionAppStoreReviewScreenshot::Create",
|
913
|
+
"http_method": "post",
|
914
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionAppStoreReviewScreenshots"
|
915
|
+
},
|
916
|
+
{
|
917
|
+
"alias": "update_subscription_app_store_review_screenshot",
|
918
|
+
"http_body_type": "Requests::V1::SubscriptionAppStoreReviewScreenshot::Update",
|
919
|
+
"http_method": "patch",
|
920
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionAppStoreReviewScreenshots/{id}"
|
921
|
+
},
|
922
|
+
{
|
923
|
+
"alias": "delete_subscription_review_screenshot",
|
924
|
+
"http_method": "delete",
|
925
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionAppStoreReviewScreenshots/{id}"
|
926
|
+
},
|
927
|
+
{
|
928
|
+
"alias": "read_app_subscription_grace_period",
|
929
|
+
"http_method": "get",
|
930
|
+
"url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/subscriptionGracePeriod"
|
931
|
+
},
|
932
|
+
{
|
933
|
+
"alias": "read_subscription_grace_period",
|
934
|
+
"http_method": "get",
|
935
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionGracePeriods/{id}"
|
936
|
+
},
|
937
|
+
{
|
938
|
+
"alias": "modify_subscription_territory_availability",
|
939
|
+
"http_body_type": "Requests::V1::SubscriptionGracePeriod::Create",
|
940
|
+
"http_method": "patch",
|
941
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionGracePeriods/{id}"
|
942
|
+
},
|
943
|
+
{
|
944
|
+
"alias": "create_subscription_offer_codes",
|
945
|
+
"http_body_type": "Requests::V1::SubscriptionOfferCode::Create",
|
946
|
+
"http_method": "post",
|
947
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionOfferCodes"
|
948
|
+
},
|
949
|
+
{
|
950
|
+
"alias": "read_subscription_offer_codes",
|
951
|
+
"http_method": "get",
|
952
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionOfferCodes/{id}"
|
953
|
+
},
|
954
|
+
{
|
955
|
+
"alias": "deactive_subscription_offer_codes",
|
956
|
+
"http_body_type": "Requests::V1::SubscriptionOfferCode::Update",
|
957
|
+
"http_method": "patch",
|
958
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionOfferCodes/{id}"
|
959
|
+
},
|
960
|
+
{
|
961
|
+
"alias": "list_subscription_offer_codes_prices",
|
962
|
+
"http_method": "get",
|
963
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionOfferCodes/{id}/prices"
|
964
|
+
},
|
965
|
+
{
|
966
|
+
"alias": "create_subscription_one_time_use_offer_codes",
|
967
|
+
"http_body_type": "Requests::V1::SubscriptionOfferCodeOneTimeUseCode::Create",
|
968
|
+
"http_method": "post",
|
969
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionOfferCodeOneTimeUseCodes"
|
970
|
+
},
|
971
|
+
{
|
972
|
+
"alias": "read_subscription_one_time_use_offer_codes_info",
|
973
|
+
"http_method": "get",
|
974
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionOfferCodeOneTimeUseCodes/{id}"
|
975
|
+
},
|
976
|
+
{
|
977
|
+
"alias": "deactive_subscription_one_time_use_offer_codes",
|
978
|
+
"http_body_type": "Requests::V1::SubscriptionOfferCodeOneTimeUseCode::Update",
|
979
|
+
"http_method": "patch",
|
980
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionOfferCodeOneTimeUseCodes/{id}"
|
981
|
+
},
|
982
|
+
{
|
983
|
+
"alias": "list_subscription_one_time_use_offer_codes",
|
984
|
+
"http_method": "get",
|
985
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionOfferCodes/{id}/oneTimeUseCodes"
|
986
|
+
},
|
987
|
+
{
|
988
|
+
"alias": "list_subscription_one_time_use_offer_code_values",
|
989
|
+
"http_method": "get",
|
990
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionOfferCodeOneTimeUseCodes/{id}/values"
|
991
|
+
},
|
992
|
+
{
|
993
|
+
"alias": "create_subscription_custom_offer_codes",
|
994
|
+
"http_body_type": "Requests::V1::SubscriptionOfferCodeCustomCode::Create",
|
995
|
+
"http_method": "post",
|
996
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionOfferCodeCustomCodes"
|
997
|
+
},
|
998
|
+
{
|
999
|
+
"alias": "list_subscription_custom_offer_codes",
|
1000
|
+
"http_method": "get",
|
1001
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionOfferCodes/{id}/customCodes"
|
1002
|
+
},
|
1003
|
+
{
|
1004
|
+
"alias": "read_subscription_custom_offer_codes_info",
|
1005
|
+
"http_method": "get",
|
1006
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionOfferCodeCustomCodes/{id}"
|
1007
|
+
},
|
1008
|
+
{
|
1009
|
+
"alias": "deactive_subscription_custom_offer_codes_info",
|
1010
|
+
"http_body_type": "Requests::V1::SubscriptionOfferCodeCustomCode::Update",
|
1011
|
+
"http_method": "patch",
|
1012
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionOfferCodeCustomCodes/{id}"
|
1013
|
+
},
|
1014
|
+
{
|
1015
|
+
"alias": "create_subscription_introductory_offer",
|
1016
|
+
"http_body_type": "Requests::V1::SubscriptionIntroductoryOffer::Create",
|
1017
|
+
"http_method": "post",
|
1018
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionIntroductoryOffers"
|
1019
|
+
},
|
1020
|
+
{
|
1021
|
+
"alias": "update_subscription_introductory_offer",
|
1022
|
+
"http_body_type": "Requests::V1::SubscriptionIntroductoryOffer::Update",
|
1023
|
+
"http_method": "patch",
|
1024
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionIntroductoryOffers/{id}"
|
1025
|
+
},
|
1026
|
+
{
|
1027
|
+
"alias": "delete_subscription_introductory_offer",
|
1028
|
+
"http_method": "delete",
|
1029
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionIntroductoryOffers/{id}"
|
1030
|
+
},
|
1031
|
+
{
|
1032
|
+
"alias": "create_subscription_promotional_offer",
|
1033
|
+
"http_body_type": "Requests::V1::SubscriptionPromotionalOffers::Create",
|
1034
|
+
"http_method": "post",
|
1035
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionPromotionalOffers"
|
1036
|
+
},
|
1037
|
+
{
|
1038
|
+
"alias": "list_subscription_promotional_offer_pirce",
|
1039
|
+
"http_method": "get",
|
1040
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionPromotionalOffers/{id}/prices"
|
1041
|
+
},
|
1042
|
+
{
|
1043
|
+
"alias": "read_subscription_promotional_offer_info",
|
1044
|
+
"http_method": "get",
|
1045
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionPromotionalOffers/{id}"
|
1046
|
+
},
|
1047
|
+
{
|
1048
|
+
"alias": "update_subscription_promotional_offer",
|
1049
|
+
"http_body_type": "Requests::V1::SubscriptionPromotionalOffers::Update",
|
1050
|
+
"http_method": "patch",
|
1051
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionPromotionalOffers/{id}"
|
1052
|
+
},
|
1053
|
+
{
|
1054
|
+
"alias": "delete_subscription_promotional_offer",
|
1055
|
+
"http_method": "delete",
|
1056
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionPromotionalOffers/{id}"
|
1057
|
+
},
|
1058
|
+
{
|
1059
|
+
"alias": "create_subscription_group_submission",
|
1060
|
+
"http_body_type": "Requests::V1::SubscriptionGroupSubmission::Create",
|
1061
|
+
"http_method": "post",
|
1062
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionGroupSubmissions"
|
1063
|
+
},
|
1064
|
+
{
|
1065
|
+
"alias": "create_subscription_submission",
|
1066
|
+
"http_body_type": "Requests::V1::SubscriptionSubmission::Create",
|
1067
|
+
"http_method": "post",
|
1068
|
+
"url": "https://api.appstoreconnect.apple.com/v1/subscriptionSubmissions"
|
1069
|
+
},
|
1070
|
+
{
|
1071
|
+
"alias": "promote_purchase",
|
1072
|
+
"http_body_type": "Requests::V1::PromotedPurchases::Create",
|
1073
|
+
"http_method": "post",
|
1074
|
+
"url": "https://api.appstoreconnect.apple.com/v1/promotedPurchases"
|
1075
|
+
},
|
1076
|
+
{
|
1077
|
+
"alias": "list_app_promote_purchase",
|
1078
|
+
"http_method": "get",
|
1079
|
+
"url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/promotedPurchases"
|
1080
|
+
},
|
1081
|
+
{
|
1082
|
+
"alias": "list_app_promote_purchase_ids",
|
1083
|
+
"http_method": "get",
|
1084
|
+
"url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/relationships/promotedPurchases"
|
1085
|
+
},
|
1086
|
+
{
|
1087
|
+
"alias": "read_promote_purchase_info",
|
1088
|
+
"http_method": "get",
|
1089
|
+
"url": "https://api.appstoreconnect.apple.com/v1/promotedPurchases/{id}"
|
1090
|
+
},
|
1091
|
+
{
|
1092
|
+
"alias": "read_promote_purchase_image_info",
|
1093
|
+
"http_method": "get",
|
1094
|
+
"url": "https://api.appstoreconnect.apple.com/v1/promotedPurchases/{id}/promotionImages"
|
1095
|
+
},
|
1096
|
+
{
|
1097
|
+
"alias": "modify_promote_purchase",
|
1098
|
+
"http_body_type": "Requests::V1::PromotedPurchases::Update",
|
1099
|
+
"http_method": "patch",
|
1100
|
+
"url": "https://api.appstoreconnect.apple.com/v1/promotedPurchases/{id}"
|
1101
|
+
},
|
1102
|
+
{
|
1103
|
+
"alias": "modify_app_promote_purchase_order",
|
1104
|
+
"http_body_type": "Requests::V1::AppPromotedPurchases::Update",
|
1105
|
+
"http_method": "patch",
|
1106
|
+
"url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/relationships/promotedPurchases"
|
1107
|
+
},
|
1108
|
+
{
|
1109
|
+
"alias": "create_promote_purchase_image",
|
1110
|
+
"http_body_type": "Requests::V1::PromotedPurchasesImage::Create",
|
1111
|
+
"http_method": "post",
|
1112
|
+
"url": "https://api.appstoreconnect.apple.com/v1/promotedPurchaseImages"
|
1113
|
+
},
|
1114
|
+
{
|
1115
|
+
"alias": "get_promote_purchase_image",
|
1116
|
+
"http_method": "get",
|
1117
|
+
"url": "https://api.appstoreconnect.apple.com/v1/promotedPurchaseImages/{id}"
|
1118
|
+
},
|
1119
|
+
{
|
1120
|
+
"alias": "commit_promote_purchase_image",
|
1121
|
+
"http_body_type": "Requests::V1::PromotedPurchasesImage::Update",
|
1122
|
+
"http_method": "post",
|
1123
|
+
"url": "https://api.appstoreconnect.apple.com/v1/promotedPurchaseImages/{id}"
|
1124
|
+
},
|
1125
|
+
{
|
1126
|
+
"alias": "delete_promote_purchase_image",
|
1127
|
+
"http_method": "delete",
|
1128
|
+
"url": "https://api.appstoreconnect.apple.com/v1/promotedPurchaseImages/{id}"
|
1129
|
+
},
|
1130
|
+
{
|
1131
|
+
"alias": "list_sandbox_testers",
|
1132
|
+
"http_method": "get",
|
1133
|
+
"url": "https://api.appstoreconnect.apple.com/v2/sandboxTesters"
|
1134
|
+
},
|
1135
|
+
{
|
1136
|
+
"alias": "update_sandbox_tester",
|
1137
|
+
"http_body_type": "Requests::V2::SandboxTester::Update",
|
1138
|
+
"http_method": "post",
|
1139
|
+
"url": "https://api.appstoreconnect.apple.com/v2/sandboxTesters/{id}"
|
1140
|
+
},
|
1141
|
+
{
|
1142
|
+
"alias": "clear_sandbox_tester_purchase_history",
|
1143
|
+
"http_body_type": "Requests::V2::SandboxTester::Update",
|
1144
|
+
"http_method": "post",
|
1145
|
+
"url": "https://api.appstoreconnect.apple.com/v2/sandboxTestersClearPurchaseHistoryRequest"
|
1146
|
+
},
|
1147
|
+
{
|
1148
|
+
"alias": "app_beta_groups",
|
1149
|
+
"http_method": "get",
|
1150
|
+
"url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/betaGroups"
|
1151
|
+
},
|
1152
|
+
{
|
1153
|
+
"http_method": "get",
|
1154
|
+
"url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/relationships/betaGroups",
|
1155
|
+
"alias": "app_relationships_beta_groups"
|
1156
|
+
},
|
1157
|
+
{
|
1158
|
+
"http_method": "get",
|
1159
|
+
"url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/builds",
|
1160
|
+
"alias": "app_builds"
|
1161
|
+
},
|
1162
|
+
{
|
1163
|
+
"http_method": "get",
|
1164
|
+
"url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/relationships/builds",
|
1165
|
+
"alias": "app_relationships_builds"
|
1166
|
+
},
|
1167
|
+
{
|
1168
|
+
"http_method": "get",
|
1169
|
+
"url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/preReleaseVersions",
|
1170
|
+
"alias": "app_pre_release_versions"
|
1171
|
+
},
|
1172
|
+
{
|
1173
|
+
"http_method": "get",
|
1174
|
+
"url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/relationships/preReleaseVersions",
|
1175
|
+
"alias": "app_relationships_pre_release_versions"
|
1176
|
+
},
|
1177
|
+
{
|
1178
|
+
"http_method": "get",
|
1179
|
+
"url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/betaAppReviewDetail",
|
1180
|
+
"alias": "app_beta_app_review_detail"
|
1181
|
+
},
|
1182
|
+
{
|
1183
|
+
"http_method": "get",
|
1184
|
+
"url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/betaLicenseAgreement",
|
1185
|
+
"alias": "app_beta_license_agreement"
|
1186
|
+
},
|
1187
|
+
{
|
1188
|
+
"http_method": "get",
|
1189
|
+
"url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/betaAppLocalizations",
|
1190
|
+
"alias": "app_beta_app_localizations"
|
1191
|
+
},
|
1192
|
+
{
|
1193
|
+
"http_method": "get",
|
1194
|
+
"url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/relationships/betaAppReviewDetail",
|
1195
|
+
"alias": "app_relationships_beta_app_review_detail"
|
1196
|
+
},
|
1197
|
+
{
|
1198
|
+
"http_method": "get",
|
1199
|
+
"url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/relationships/betaLicenseAgreement",
|
1200
|
+
"alias": "app_relationships_beta_license_agreement"
|
1201
|
+
},
|
1202
|
+
{
|
1203
|
+
"http_method": "get",
|
1204
|
+
"url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/relationships/betaAppLocalizations",
|
1205
|
+
"alias": "app_relationships_beta_app_localizations"
|
1206
|
+
},
|
1207
|
+
{
|
1208
|
+
"http_method": "get",
|
1209
|
+
"url": "https://api.appstoreconnect.apple.com/v1/preReleaseVersions",
|
1210
|
+
"alias": "pre_release_versions"
|
1211
|
+
},
|
1212
|
+
{
|
1213
|
+
"http_method": "get",
|
1214
|
+
"url": "https://api.appstoreconnect.apple.com/v1/preReleaseVersions/{id}",
|
1215
|
+
"alias": "pre_release_version"
|
1216
|
+
},
|
1217
|
+
{
|
1218
|
+
"http_method": "get",
|
1219
|
+
"url": "https://api.appstoreconnect.apple.com/v1/preReleaseVersions/{id}/relationships/app",
|
1220
|
+
"alias": "pre_release_version_relationships_app"
|
1221
|
+
},
|
1222
|
+
{
|
1223
|
+
"http_method": "get",
|
1224
|
+
"url": "https://api.appstoreconnect.apple.com/v1/preReleaseVersions/{id}/builds",
|
1225
|
+
"alias": "pre_release_version_builds"
|
1226
|
+
},
|
1227
|
+
{
|
1228
|
+
"http_method": "get",
|
1229
|
+
"url": "https://api.appstoreconnect.apple.com/v1/preReleaseVersions/{id}/app",
|
1230
|
+
"alias": "pre_release_version_app"
|
1231
|
+
},
|
1232
|
+
{
|
1233
|
+
"http_method": "get",
|
1234
|
+
"url": "https://api.appstoreconnect.apple.com/v1/preReleaseVersions/{id}/relationships/builds",
|
1235
|
+
"alias": "pre_release_version_relationships_builds"
|
1236
|
+
},
|
1237
|
+
{
|
1238
|
+
"http_method": "get",
|
1239
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaGroups",
|
1240
|
+
"alias": "beta_groups"
|
1241
|
+
},
|
1242
|
+
{
|
1243
|
+
"http_method": "get",
|
1244
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaGroups/{id}",
|
1245
|
+
"alias": "beta_group"
|
1246
|
+
},
|
1247
|
+
{
|
1248
|
+
"http_method": "get",
|
1249
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaGroups/{id}/app",
|
1250
|
+
"alias": "beta_group_apps"
|
1251
|
+
},
|
1252
|
+
{
|
1253
|
+
"http_method": "get",
|
1254
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaGroups/{id}/relationships/app",
|
1255
|
+
"alias": "beta_group_relationships_app"
|
1256
|
+
},
|
1257
|
+
{
|
1258
|
+
"http_method": "get",
|
1259
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaGroups/{id}/betaTesters",
|
1260
|
+
"alias": "beta_group_beta_testers"
|
1261
|
+
},
|
1262
|
+
{
|
1263
|
+
"http_method": "get",
|
1264
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaGroups/{id}/relationships/builds",
|
1265
|
+
"alias": "beta_group_relationships_builds"
|
1266
|
+
},
|
1267
|
+
{
|
1268
|
+
"http_method": "get",
|
1269
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaGroups/{id}/relationships/betaTesters",
|
1270
|
+
"alias": "beta_group_relationships_beta_testers"
|
1271
|
+
},
|
1272
|
+
{
|
1273
|
+
"http_method": "get",
|
1274
|
+
"url": "https://api.appstoreconnect.apple.com/v1/builds",
|
1275
|
+
"alias": "builds"
|
1276
|
+
},
|
1277
|
+
{
|
1278
|
+
"http_method": "get",
|
1279
|
+
"url": "https://api.appstoreconnect.apple.com/v1/builds/{id}",
|
1280
|
+
"alias": "build"
|
1281
|
+
},
|
1282
|
+
{
|
1283
|
+
"http_method": "get",
|
1284
|
+
"url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/app",
|
1285
|
+
"alias": "build_app"
|
1286
|
+
},
|
1287
|
+
{
|
1288
|
+
"http_method": "get",
|
1289
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaGroups/{id}/builds",
|
1290
|
+
"alias": "beta_group_builds"
|
1291
|
+
},
|
1292
|
+
{
|
1293
|
+
"http_method": "get",
|
1294
|
+
"url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/preReleaseVersion",
|
1295
|
+
"alias": "build_pre_release_version"
|
1296
|
+
},
|
1297
|
+
{
|
1298
|
+
"http_method": "get",
|
1299
|
+
"url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/relationships/preReleaseVersion",
|
1300
|
+
"alias": "build_relationships_pre_release_version"
|
1301
|
+
},
|
1302
|
+
{
|
1303
|
+
"http_method": "get",
|
1304
|
+
"url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/relationships/app",
|
1305
|
+
"alias": "build_relationships_app"
|
1306
|
+
},
|
1307
|
+
{
|
1308
|
+
"http_method": "get",
|
1309
|
+
"url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/individualTesters",
|
1310
|
+
"alias": "build_individual_testers"
|
1311
|
+
},
|
1312
|
+
{
|
1313
|
+
"http_method": "get",
|
1314
|
+
"url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/relationships/betaAppReviewSubmission",
|
1315
|
+
"alias": "build_relationships_beta_app_review_submission"
|
1316
|
+
},
|
1317
|
+
{
|
1318
|
+
"http_method": "get",
|
1319
|
+
"url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/relationships/individualTesters",
|
1320
|
+
"alias": "build_relationships_individual_testers"
|
1321
|
+
},
|
1322
|
+
{
|
1323
|
+
"http_method": "get",
|
1324
|
+
"url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/buildBetaDetail",
|
1325
|
+
"alias": "build_build_beta_detail"
|
1326
|
+
},
|
1327
|
+
{
|
1328
|
+
"http_method": "get",
|
1329
|
+
"url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/relationships/buildBetaDetail",
|
1330
|
+
"alias": "build_relationships_build_beta_detail"
|
1331
|
+
},
|
1332
|
+
{
|
1333
|
+
"http_method": "get",
|
1334
|
+
"url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/betaAppReviewSubmission",
|
1335
|
+
"alias": "build_beta_app_review_submission"
|
1336
|
+
},
|
1337
|
+
{
|
1338
|
+
"http_method": "get",
|
1339
|
+
"url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/relationships/appEncryptionDeclaration",
|
1340
|
+
"alias": "build_relationships_app_encryption_declaration"
|
1341
|
+
},
|
1342
|
+
{
|
1343
|
+
"http_method": "get",
|
1344
|
+
"url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/betaBuildLocalizations",
|
1345
|
+
"alias": "build_beta_build_localizations"
|
1346
|
+
},
|
1347
|
+
{
|
1348
|
+
"http_method": "get",
|
1349
|
+
"url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/relationships/betaBuildLocalizations",
|
1350
|
+
"alias": "build_relationships_beta_build_localizations"
|
1351
|
+
},
|
1352
|
+
{
|
1353
|
+
"http_method": "get",
|
1354
|
+
"url": "https://api.appstoreconnect.apple.com/v1/builds/{id}/appEncryptionDeclaration",
|
1355
|
+
"alias": "build_app_encryption_declaration"
|
1356
|
+
},
|
1357
|
+
{
|
1358
|
+
"http_method": "get",
|
1359
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appEncryptionDeclarations",
|
1360
|
+
"alias": "app_encryption_declarations"
|
1361
|
+
},
|
1362
|
+
{
|
1363
|
+
"http_method": "get",
|
1364
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appEncryptionDeclarations/{id}",
|
1365
|
+
"alias": "app_encryption_declaration"
|
1366
|
+
},
|
1367
|
+
{
|
1368
|
+
"http_method": "get",
|
1369
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appEncryptionDeclarations/{id}/app",
|
1370
|
+
"alias": "app_encryption_declaration_app"
|
1371
|
+
},
|
1372
|
+
{
|
1373
|
+
"http_method": "get",
|
1374
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appEncryptionDeclarations/{id}/relationships/app",
|
1375
|
+
"alias": "app_encryption_declaration_relationships_app"
|
1376
|
+
},
|
1377
|
+
{
|
1378
|
+
"http_method": "get",
|
1379
|
+
"url": "https://api.appstoreconnect.apple.com/v1/buildBetaDetails",
|
1380
|
+
"alias": "build_beta_details"
|
1381
|
+
},
|
1382
|
+
{
|
1383
|
+
"http_method": "get",
|
1384
|
+
"url": "https://api.appstoreconnect.apple.com/v1/buildBetaDetails/{id}",
|
1385
|
+
"alias": "build_beta_detail"
|
1386
|
+
},
|
1387
|
+
{
|
1388
|
+
"http_method": "get",
|
1389
|
+
"url": "https://api.appstoreconnect.apple.com/v1/buildBetaDetails/{id}/build",
|
1390
|
+
"alias": "build_beta_detail_build"
|
1391
|
+
},
|
1392
|
+
{
|
1393
|
+
"http_method": "get",
|
1394
|
+
"url": "https://api.appstoreconnect.apple.com/v1/buildBetaDetails/{id}/relationships/build",
|
1395
|
+
"alias": "build_beta_detail_relationships_build"
|
1396
|
+
},
|
1397
|
+
{
|
1398
|
+
"http_method": "get",
|
1399
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaAppLocalizations",
|
1400
|
+
"alias": "beta_app_localizations"
|
1401
|
+
},
|
1402
|
+
{
|
1403
|
+
"http_method": "get",
|
1404
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaAppLocalizations/{id}/app",
|
1405
|
+
"alias": "beta_app_localization_app"
|
1406
|
+
},
|
1407
|
+
{
|
1408
|
+
"http_method": "get",
|
1409
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaAppLocalizations/{id}",
|
1410
|
+
"alias": "beta_app_localization"
|
1411
|
+
},
|
1412
|
+
{
|
1413
|
+
"http_method": "get",
|
1414
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaAppLocalizations/{id}/relationships/app",
|
1415
|
+
"alias": "beta_app_localization_relationships_app"
|
1416
|
+
},
|
1417
|
+
{
|
1418
|
+
"http_method": "get",
|
1419
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaLicenseAgreements",
|
1420
|
+
"alias": "beta_license_agreements"
|
1421
|
+
},
|
1422
|
+
{
|
1423
|
+
"http_method": "get",
|
1424
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaLicenseAgreements/{id}/relationships/app",
|
1425
|
+
"alias": "beta_license_agreement_relationships_app"
|
1426
|
+
},
|
1427
|
+
{
|
1428
|
+
"http_method": "get",
|
1429
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaLicenseAgreements/{id}/app",
|
1430
|
+
"alias": "beta_license_agreement_app"
|
1431
|
+
},
|
1432
|
+
{
|
1433
|
+
"http_method": "get",
|
1434
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaLicenseAgreements/{id}",
|
1435
|
+
"alias": "beta_license_agreement"
|
1436
|
+
},
|
1437
|
+
{
|
1438
|
+
"http_method": "get",
|
1439
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaBuildLocalizations/{id}/relationships/build",
|
1440
|
+
"alias": "beta_build_localization_relationships_build"
|
1441
|
+
},
|
1442
|
+
{
|
1443
|
+
"http_method": "get",
|
1444
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaBuildLocalizations/{id}/build",
|
1445
|
+
"alias": "beta_build_localization_build"
|
1446
|
+
},
|
1447
|
+
{
|
1448
|
+
"http_method": "get",
|
1449
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaBuildLocalizations",
|
1450
|
+
"alias": "beta_build_localizations"
|
1451
|
+
},
|
1452
|
+
{
|
1453
|
+
"http_method": "get",
|
1454
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaBuildLocalizations/{id}",
|
1455
|
+
"alias": "beta_build_localization"
|
1456
|
+
},
|
1457
|
+
{
|
1458
|
+
"http_method": "get",
|
1459
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaAppReviewDetails",
|
1460
|
+
"alias": "beta_app_review_details"
|
1461
|
+
},
|
1462
|
+
{
|
1463
|
+
"http_method": "get",
|
1464
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaAppReviewDetails/{id}",
|
1465
|
+
"alias": "beta_app_review_detail"
|
1466
|
+
},
|
1467
|
+
{
|
1468
|
+
"http_method": "get",
|
1469
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaAppReviewDetails/{id}/relationships/app",
|
1470
|
+
"alias": "beta_app_review_detail_relationships_app"
|
1471
|
+
},
|
1472
|
+
{
|
1473
|
+
"http_method": "get",
|
1474
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaAppReviewDetails/{id}/app",
|
1475
|
+
"alias": "beta_app_review_detail_app"
|
1476
|
+
},
|
1477
|
+
{
|
1478
|
+
"http_method": "get",
|
1479
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaAppReviewSubmissions",
|
1480
|
+
"alias": "beta_app_review_submissions"
|
1481
|
+
},
|
1482
|
+
{
|
1483
|
+
"http_method": "get",
|
1484
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaAppReviewSubmissions/{id}",
|
1485
|
+
"alias": "beta_app_review_submission"
|
1486
|
+
},
|
1487
|
+
{
|
1488
|
+
"http_method": "get",
|
1489
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaAppReviewSubmissions/{id}/relationships/build",
|
1490
|
+
"alias": "beta_app_review_submission_relationships_build"
|
1491
|
+
},
|
1492
|
+
{
|
1493
|
+
"http_method": "get",
|
1494
|
+
"url": "https://api.appstoreconnect.apple.com/v1/betaAppReviewSubmissions/{id}/build",
|
1495
|
+
"alias": "beta_app_review_submission_build"
|
1496
|
+
},
|
1497
|
+
|
1498
|
+
{
|
1499
|
+
"http_method": "patch",
|
1500
|
+
"url": "https://api.appstoreconnect.apple.com/v1/builds/{id}",
|
1501
|
+
"http_body_type": "Requests::V1::BuildUpdateRequest::Update",
|
1502
|
+
"alias": "update_build"
|
1503
|
+
},
|
1504
|
+
{
|
1505
|
+
"http_method": "patch",
|
1506
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appStoreVersions/{id}/relationships/build",
|
1507
|
+
"http_body_type": "Requests::V1::AppStoreVersionBuildLinkageRequest::Update",
|
1508
|
+
"alias": "update_app_store_version_build"
|
1509
|
+
},
|
1510
|
+
{
|
1511
|
+
"http_method": "get",
|
1512
|
+
"url": "https://api.appstoreconnect.apple.com/v1/apps/{id}/appStoreVersions",
|
1513
|
+
"alias": "apps_app_store_versions"
|
1514
|
+
},
|
1515
|
+
{
|
1516
|
+
"http_method": "get",
|
1517
|
+
"url": "https://api.appstoreconnect.apple.com/v1/appStoreVersions/{id}",
|
1518
|
+
"alias": "app_store_version"
|
1519
|
+
},
|
1520
|
+
{
|
1521
|
+
"alias": "create_review_submission",
|
1522
|
+
"url": "https://api.appstoreconnect.apple.com/v1/reviewSubmissions",
|
1523
|
+
"http_body_type": "ReviewSubmissionCreateRequest",
|
1524
|
+
"http_method": "post",
|
1525
|
+
},
|
1526
|
+
{
|
1527
|
+
"http_method": "patch",
|
1528
|
+
"url": "https://api.appstoreconnect.apple.com/v1/reviewSubmissions/{id}",
|
1529
|
+
"http_body_type": "ReviewSubmissionUpdateRequest",
|
1530
|
+
"alias": "update_review_submission"
|
1531
|
+
},
|
1532
|
+
{
|
1533
|
+
"http_method": "delete",
|
1534
|
+
"url": "https://api.appstoreconnect.apple.com/v1/reviewSubmissions/{id}",
|
1535
|
+
"alias": "delete_review_submission"
|
1536
|
+
},
|
1537
|
+
{
|
1538
|
+
"http_method": "get",
|
1539
|
+
"url": "https://api.appstoreconnect.apple.com/v1/reviewSubmissions",
|
1540
|
+
"alias": "review_submissions"
|
1541
|
+
},
|
1542
|
+
{
|
1543
|
+
"http_method": "get",
|
1544
|
+
"url": "https://api.appstoreconnect.apple.com/v1/reviewSubmissions/{id}",
|
1545
|
+
"alias": "review_submission"
|
1546
|
+
},
|
1547
|
+
|
1548
|
+
{
|
1549
|
+
"url": "https://api.appstoreconnect.apple.com/v1/reviewSubmissionItems",
|
1550
|
+
"http_body_type": "ReviewSubmissionItemCreateRequest",
|
1551
|
+
"http_method": "post",
|
1552
|
+
"alias": "create_review_submission_item"
|
1553
|
+
},
|
1554
|
+
{
|
1555
|
+
"url": "https://api.appstoreconnect.apple.com/v1/reviewSubmissions/{id}/items",
|
1556
|
+
"http_method": "get",
|
1557
|
+
"alias": "review_submissions_items"
|
1558
|
+
}
|
1559
|
+
],
|
1560
|
+
"types": [
|
1561
|
+
{
|
1562
|
+
"type": "BundleIdPlatform",
|
1563
|
+
"values": [
|
1564
|
+
"IOS",
|
1565
|
+
"MAC_OS"
|
1566
|
+
]
|
1567
|
+
},
|
1568
|
+
{
|
1569
|
+
"type": "CapabilityType",
|
1570
|
+
"values": [
|
1571
|
+
"ICLOUD",
|
1572
|
+
"IN_APP_PURCHASE",
|
1573
|
+
"GAME_CENTER",
|
1574
|
+
"PUSH_NOTIFICATIONS",
|
1575
|
+
"WALLET",
|
1576
|
+
"INTER_APP_AUDIO",
|
1577
|
+
"MAPS",
|
1578
|
+
"ASSOCIATED_DOMAINS",
|
1579
|
+
"PERSONAL_VPN",
|
1580
|
+
"APP_GROUPS",
|
1581
|
+
"HEALTHKIT",
|
1582
|
+
"HOMEKIT",
|
1583
|
+
"WIRELESS_ACCESSORY_CONFIGURATION",
|
1584
|
+
"APPLE_PAY",
|
1585
|
+
"DATA_PROTECTION",
|
1586
|
+
"SIRIKIT",
|
1587
|
+
"NETWORK_EXTENSIONS",
|
1588
|
+
"MULTIPATH",
|
1589
|
+
"HOT_SPOT",
|
1590
|
+
"NFC_TAG_READING",
|
1591
|
+
"CLASSKIT",
|
1592
|
+
"AUTOFILL_CREDENTIAL_PROVIDER",
|
1593
|
+
"ACCESS_WIFI_INFORMATION"
|
1594
|
+
]
|
1595
|
+
},
|
1596
|
+
{
|
1597
|
+
"type": "CertificateType",
|
1598
|
+
"values": [
|
1599
|
+
"OS_DEVELOPMENT",
|
1600
|
+
"IOS_DISTRIBUTION",
|
1601
|
+
"MAC_APP_DISTRIBUTION",
|
1602
|
+
"MAC_INSTALLER_DISTRIBUTION",
|
1603
|
+
"MAC_APP_DEVELOPMENT",
|
1604
|
+
"DEVELOPER_ID_KEXT",
|
1605
|
+
"DEVELOPER_ID_APPLICATION"
|
1606
|
+
]
|
1607
|
+
},
|
1608
|
+
{
|
1609
|
+
"type": "InAppPurchaseType",
|
1610
|
+
"values": [
|
1611
|
+
"CONSUMABLE",
|
1612
|
+
"NON_CONSUMABLE",
|
1613
|
+
"NON_RENEWING_SUBSCRIPTION"
|
1614
|
+
]
|
1615
|
+
},
|
1616
|
+
{
|
1617
|
+
"type": "Platform",
|
1618
|
+
"values": [
|
1619
|
+
"IOS",
|
1620
|
+
"MAC_OS",
|
1621
|
+
"TV_OS"
|
1622
|
+
]
|
1623
|
+
},
|
1624
|
+
{
|
1625
|
+
"type": "PhasedReleaseState",
|
1626
|
+
"values": [
|
1627
|
+
"INACTIVE",
|
1628
|
+
"ACTIVE",
|
1629
|
+
"PAUSED",
|
1630
|
+
"COMPLETE"
|
1631
|
+
]
|
1632
|
+
},
|
1633
|
+
{
|
1634
|
+
"type": "UserRole",
|
1635
|
+
"values": [
|
1636
|
+
"ADMIN",
|
1637
|
+
"FINANCE",
|
1638
|
+
"TECHNICAL",
|
1639
|
+
"SALES",
|
1640
|
+
"MARKETING",
|
1641
|
+
"DEVELOPER",
|
1642
|
+
"ACCOUNT_HOLDER",
|
1643
|
+
"READ_ONLY",
|
1644
|
+
"APP_MANAGER",
|
1645
|
+
"ACCESS_TO_REPORTS",
|
1646
|
+
"CUSTOMER_REPORTS"
|
1647
|
+
]
|
1648
|
+
}
|
1649
|
+
]
|
1650
|
+
}
|