From d27d6796f73270d64601a3b68a5b5773669734eb Mon Sep 17 00:00:00 2001 From: Rachael Shaw Date: Fri, 10 Jan 2025 11:51:35 -0600 Subject: [PATCH] Small formatting fix in API for contributors (#25336) Fixed some curly brackets that should have been square brackets --- docs/Contributing/API-for-contributors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Contributing/API-for-contributors.md b/docs/Contributing/API-for-contributors.md index 32a08b9190aa..8bfa61d60752 100644 --- a/docs/Contributing/API-for-contributors.md +++ b/docs/Contributing/API-for-contributors.md @@ -4179,7 +4179,7 @@ _Available in Fleet Premium._ ```json { "team_name": "Foobar", - "app_store_apps": { + "app_store_apps": [ { "app_store_id": "597799333", "self_service": false @@ -4188,7 +4188,7 @@ _Available in Fleet Premium._ "app_store_id": "497799835", "self_service": true, } - } + ] } ```