From a3d83f47b9af82e50e63ad4f0ba109a9d80cd300 Mon Sep 17 00:00:00 2001 From: Ian Littman Date: Mon, 20 Jan 2025 11:23:29 -0600 Subject: [PATCH] Update endpoint docs for VPP app batch set (#25585) Changes implemented in the VPP automation GitOps PR (for #23531); docs split to another PR for easier review. --- docs/Contributing/API-for-contributors.md | 29 +++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/docs/Contributing/API-for-contributors.md b/docs/Contributing/API-for-contributors.md index 8bfa61d60752..3246068dca94 100644 --- a/docs/Contributing/API-for-contributors.md +++ b/docs/Contributing/API-for-contributors.md @@ -4186,7 +4186,7 @@ _Available in Fleet Premium._ }, { "app_store_id": "497799835", - "self_service": true, + "self_service": true } ] } @@ -4194,7 +4194,32 @@ _Available in Fleet Premium._ ##### 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