Skip to content
Merged
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
5 changes: 5 additions & 0 deletions docs/REST API/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -10225,6 +10225,9 @@ Returns information about the specified software. By default, `versions` are sor
"display_name": "",
"bundle_identifier": "com.apple.logic10",
"software_package": null,
"auto_update_enabled": true,
"auto_update_window_start": "00:00",
"auto_update_window_end": "02:00",
"app_store_app": {
"name": "Logic Pro",
"categories": [],
Expand Down Expand Up @@ -10260,6 +10263,8 @@ Returns information about the specified software. By default, `versions` are sor
}
```

`auto_update_enabled`, `auto_update_window_start` and `auto_update_window_end` will only be returned for iOS/iPadOS apps, and only when a `team_id` is specified in the request.

#### Example (Play Store app)

`GET /api/v1/fleet/software/titles/16`
Expand Down
Loading