Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions api-specs/app-automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@ paths:
enum: ['individual', 'team']
default: 'individual'
description: Visibility scope of the uploaded application.
release_notes:
type: string
maxLength: 1100
description: >-
Release notes for this build. Maximum 1100 characters; anything longer is
truncated. Emoji and non-Latin scripts are not supported as of now.
Neither case fails the upload.
required:
- appFile
- name
Expand All @@ -135,13 +142,19 @@ paths:
type: string
custom_id:
type: string
release_notes:
type: string
description: >-
The release notes as stored, after the 1100-character cap and character-set
substitution. Omitted when the stored value is empty.
example:
app_id: "APP10160502401693989036908244"
name: "Appname"
type: "android"
app_url: "lt://APPID"
url: "APP_URL"
custom_id: "Custom"
release_notes: "Fixed login crash on Android 14; improved upload speed"
'401':
description: Unauthorized access. Authentication required.
'415':
Expand Down