Skip to content

Commit 4a0c626

Browse files
authored
API design: See macOS hosts that failed DEP profile assignment (#15461) (#16166)
API changes for the "See macOS hosts that failed DEP profile assignment" (#15461) story
1 parent 14786af commit 4a0c626

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/REST API/rest-api.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -2030,9 +2030,10 @@ If `after` is being used with `created_at` or `updated_at`, the table must be sp
20302030
},
20312031
"mdm": {
20322032
"encryption_key_available": false,
2033-
"enrollment_status": null,
2034-
"name": "",
2035-
"server_url": null
2033+
"enrollment_status": "Pending",
2034+
"dep_profile_error": true,
2035+
"name": "Fleet",
2036+
"server_url": "https://example.fleetdm.com/mdm/apple/mdm"
20362037
},
20372038
"software": [
20382039
{

0 commit comments

Comments
 (0)