mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-12 04:55:39 +08:00
Adds the ability to send a POST request to assign one or more serials to
a profile ID that was defined with the define profile endpoint.
POST /v1/dep/assign
{
"id" : "profile_id",
"serials" : [a,b,c,d]
}