From ca2fa91477e150a28a62ab008a055ed76c2e730c Mon Sep 17 00:00:00 2001 From: Rachael Shaw Date: Tue, 6 Jan 2026 17:35:19 -0600 Subject: [PATCH] API docs: Fix parameter type (#37956) Looks like a copy/paste issue we never caught --- docs/REST API/rest-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index 24042bba6a..8192476be7 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -11197,7 +11197,7 @@ _Available in Fleet Premium._ | ---- | ------- | ---- | -------------------------------------------- | | id | integer | path | **Required**. The ID of the software title to download software package.| | team_id | integer | query | **Required**. The team ID. Downloads a software package added to the specified team. | -| alt | integer | query | **Required**. If specified and set to "media", downloads the specified software package. | +| alt | string | query | **Required**. If specified and set to `"media"`, downloads the specified software package. | #### Example