Skip to content

Commit

Permalink
Update endpoint docs for VPP app batch set (#25585)
Browse files Browse the repository at this point in the history
Changes implemented in the VPP automation GitOps PR (for #23531); docs
split to another PR for easier review.
  • Loading branch information
iansltx authored Jan 20, 2025
1 parent 99f4faf commit a3d83f4
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions docs/Contributing/API-for-contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -4186,15 +4186,40 @@ _Available in Fleet Premium._
},
{
"app_store_id": "497799835",
"self_service": true,
"self_service": true
}
]
}
```

##### Default response

`Status: 204`
`Status: 200`

```json
{
"app_store_apps": [
{
"team_id": 1,
"title_id": 123,
"app_store_id": "597799333",
"platform": "darwin"
},
{
"team_id": 1,
"title_id": 124,
"app_store_id": "597799333",
"platform": "ios"
},
{
"team_id": 1,
"title_id": 125,
"app_store_id": "597799333",
"platform": "ipados"
}
]
}
```

### Get token to download package

Expand Down

0 comments on commit a3d83f4

Please sign in to comment.