MDM docs: Add missing period (#11149)

This commit is contained in:
Noah Talerman 2023-04-11 13:57:43 -04:00 committed by GitHub
parent e76adbecc8
commit 472b531744
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ You can run any command supported by Apple's MDM protocol as a custom command in
> The "Erase a device" and "Lock a device" commands are only available in Fleet Premium
Each command has example request payloads in XML format. For example, if we want to restart a host, we'll use the "Restart a Device" request payload documented by Apple [here](https://developer.apple.com/documentation/devicemanagement/restart_a_device#3384428)
Each command has example request payloads in XML format. For example, if we want to restart a host, we'll use the "Restart a Device" request payload documented by Apple [here](https://developer.apple.com/documentation/devicemanagement/restart_a_device#3384428).
To run the "Restart a device" command, we'll need to create a `restart-device.xml` file locally and copy and paste the request payload into this `.xml` file:
@ -72,4 +72,4 @@ Fleet UI:
2. Look at the on-screen information.
<meta name="pageOrderInSection" value="1504">
<meta name="title" value="MDM commands">
<meta name="title" value="MDM commands">