Files
micromdm/platform
Victor Vrantchan 7c720e61c5 add assign profile endpoint (#611)
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]
}
2019-08-08 22:32:05 -04:00
..
2019-08-08 22:32:05 -04:00
2019-06-29 15:36:13 -07:00