Skip to content

Commit

Permalink
Fix MDM FileVault PRK & recovery pwd APIs docs
Browse files Browse the repository at this point in the history
  • Loading branch information
np5 committed Apr 24, 2024
1 parent e7a9f88 commit 46c3bfe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/apps/mdm.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,7 @@ Returns the decrypted FileVault PRK for an MDM enrolled device.
Example:

```bash
curl -XPOST \
-H "Authorization: Token $ZTL_API_TOKEN" \
curl -H "Authorization: Token $ZTL_API_TOKEN" \
https://$ZTL_FQDN/api/mdm/devices/27/filevault_prk/
```

Expand Down Expand Up @@ -377,8 +376,7 @@ Returns the decrypted recovery lock or firmware password for an MDM enrolled dev
Example:

```bash
curl -XPOST \
-H "Authorization: Token $ZTL_API_TOKEN" \
curl -H "Authorization: Token $ZTL_API_TOKEN" \
https://$ZTL_FQDN/api/mdm/devices/27/recovery_password/
```

Expand Down

0 comments on commit 46c3bfe

Please sign in to comment.