mirror of
https://github.com/fleetdm/fleet
synced 2026-05-21 07:58:31 +00:00
### Summary
This PR closes #25640 by fixing the incorrect `source` value in the
device mapping REST API docs.
The real value is `mdm_idp_accounts` which can be found
[here](15ac793238/server/fleet/hosts.go (L894)).
### Test Plan
- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files)
for more information.
I couldn't find any other references to `identity_provider`, so I think
these two were all of them.
1 line
72 B
Text
1 line
72 B
Text
- Fixes incorrect source value in device mapping REST API documentation
|