|
13 | 13 |
|
14 | 14 | ```json |
15 | 15 | { |
16 | | - "version": "5.3.6", |
| 16 | + "version": "5.3.7", |
17 | 17 | "vcs_ref": "effe99c25b79fd55d3e1959ea3af0bcb6b75ba1d", |
18 | 18 | "build_date": "2024-05-23T06:04:48.989Z" |
19 | 19 | } |
|
123 | 123 | bundle_id: identifier valid check, set `*` skip (`bundle_id` for iOS, `package name` for Android) |
124 | 124 | git_url: Git repository URL |
125 | 125 | password: Enable password visit |
| 126 | + release_options: |
| 127 | + description: App's build metadata form data |
| 128 | + properties: |
| 129 | + build_version: Build version |
| 130 | + release_version: Release version |
| 131 | + source: the source of upload (default is `api`) |
| 132 | + changelog: Change log, accept plain text or JSON formatted data |
| 133 | + branch: a branch name from source control tool |
| 134 | + git_commit: Git Commit SHA value |
| 135 | + ci_url: the build url of a CI service |
| 136 | + custom_fields: JSON formatted custom fields, icon only accepts fontawesome. |
126 | 137 | collaborator_options: |
127 | 138 | description: App's collaborator form data |
128 | 139 | properties: |
|
144 | 155 | file: Zip arichved file (dSYM or Proguard) |
145 | 156 | release_version: Release version (requires if Android's Proguard file) |
146 | 157 | build_version: Build version (requires if Android's Proguard file) |
| 158 | + |
147 | 159 | apps: |
148 | 160 | default: |
149 | 161 | tags: Apps |
|
185 | 197 | destroy: |
186 | 198 | title: Destroy an App |
187 | 199 | description: Destroy an App all data by ID, include schemes, channel, builds, debug files and the other related resources. |
| 200 | + |
188 | 201 | schemes: |
189 | 202 | default: |
190 | 203 | tags: Schemes |
|
206 | 219 | destroy: |
207 | 220 | title: Destroy a scheme |
208 | 221 | description: Destroy a scheme from the App |
| 222 | + |
209 | 223 | channels: |
210 | 224 | default: |
211 | 225 | tags: Channel |
|
227 | 241 | destroy: |
228 | 242 | title: Destroy a channel |
229 | 243 | description: Destroy a scheme's channel |
| 244 | + |
| 245 | + releases: |
| 246 | + default: |
| 247 | + tags: Release |
| 248 | + responses: |
| 249 | + update: Update a build |
| 250 | + destroy: Destroy build |
| 251 | + update: |
| 252 | + title: Update a build metedata |
| 253 | + description: Update a build of app verison, custom_fileds, changelog etc |
| 254 | + destroy: |
| 255 | + title: Destroy a build |
| 256 | + description: Destroy a app's build |
| 257 | + |
230 | 258 | collaborators: |
231 | 259 | default: |
232 | 260 | tags: Collaborators |
|
248 | 276 | destroy: |
249 | 277 | title: Remove a collaborator from an App |
250 | 278 | description: Remove a collaborator from an App |
| 279 | + |
251 | 280 | debug_files: |
252 | 281 | default: |
253 | 282 | tags: Debug files |
|
285 | 314 | destroy: |
286 | 315 | title: Destroy a debug file |
287 | 316 | description: Destroy a debug file ID and all data, include dSYM or Proguard files. |
| 317 | + |
288 | 318 | users: |
289 | 319 | default: |
290 | 320 | tags: Users |
|
321 | 351 | unlock: |
322 | 352 | title: Unlock a user |
323 | 353 | description: Unlock a user to enable log in |
| 354 | + |
324 | 355 | version: |
325 | 356 | default: |
326 | 357 | tags: Version |
|
0 commit comments