What are the required JSON parameters for deviceAppManagement/mobileApps POST
VIDA-RATIU, Andrei
5
Reputation points
Hello
I am trying to create a Win32 app using an API call.
POST https://graph.microsoft.com/v1.0/deviceAppManagement/mobileApps
I tried to use the sample provided here:
https://learn.microsoft.com/en-us/graph/api/intune-apps-win32lobapp-create?view=graph-rest-1.0
But I get a BAD REQUEST error (400) without any details.
Where can I find an updated sample?
Thank you.