Skip to content

Commit

Permalink
Merge branch 'docs-v4.66.0' of github.com:fleetdm/fleet into windows-…
Browse files Browse the repository at this point in the history
…fma-23118

Merge in upstream.
  • Loading branch information
noahtalerman committed Feb 17, 2025
2 parents dbf11de + 87597fc commit e1df6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/REST API/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2603,7 +2603,6 @@ Returns the count of all hosts organized by status. `online_count` includes all
"platform": "windows",
"hosts_count": 12044
}

]
}
```
Expand Down Expand Up @@ -5643,6 +5642,7 @@ Upload a bootstrap package that will be automatically installed during DEP setup
| ------- | ------ | ---- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| package | file | form | **Required**. The bootstrap package installer. It must be a signed `pkg` file. |
| team_id | string | form | The team ID for the package. If specified, the package will be installed to hosts that are assigned to the specified team. If not specified, the package will be installed to hosts that are not assigned to any team. |
| manual_agent_install | boolean | form | If set to `true` Fleet's agent (fleetd) won't be installed as part of automatic enrollment (ADE) on macOS hosts. (Default: `false`) |

#### Example

Expand Down

0 comments on commit e1df6a0

Please sign in to comment.