I have an app that is published to the Microsoft Store, which contains the following in its app manifest file,
"configurableProperties": [ "name", "smallImageUrl", "largeImageUrl", "shortDescription", "longDescription", "accentColor", "developerUrl" ]
As an admin I want to change the "developerUrl" property via the / portal. Having set this value, is it possible to retrieve it using the Microsoft Graph API? I ask as when retrieving information on the app from the Graph API, I can see information from the manifest within the "teamsAppDefinition" (.0) property but cannot see any reference to the "developerUrl" field or any other url field in here.