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