API docs: Fix parameter type (#37956)

Looks like a copy/paste issue we never caught
This commit is contained in:
Rachael Shaw
2026-01-06 17:35:19 -06:00
committed by GitHub
parent 091c8bbbd3
commit ca2fa91477
+1 -1
View File
@@ -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