allow padded strings in mdm/apple/enqueue endpoint (#13502)

for #11384
This commit is contained in:
Roberto Dip
2023-08-24 15:17:05 -03:00
committed by GitHub
parent 54e6ffd61b
commit 4be557bb57
5 changed files with 39 additions and 4 deletions
+1 -1
View File
@@ -3931,7 +3931,7 @@ This endpoint tells Fleet to run a custom an MDM command, on the targeted macOS
| Name | Type | In | Description |
| ------------------------- | ------ | ----- | ------------------------------------------------------------------------- |
| command | string | json | A base64-encoded MDM command as described in [Apple's documentation](https://developer.apple.com/documentation/devicemanagement/commands_and_queries) |
| command | string | json | A base64-encoded MDM command as described in [Apple's documentation](https://developer.apple.com/documentation/devicemanagement/commands_and_queries). Supported formats are standard (RFC 4648) and raw (unpadded) encoding (RFC 4648 section 3.2) |
| device_ids | array | json | An array of host UUIDs enrolled in Fleet's MDM on which the command should run. |
Note that the `EraseDevice` and `DeviceLock` commands are _available in Fleet Premium_ only.