MicrosoftDocs / mixed-reality

Mixed Reality documentation
Creative Commons Attribution 4.0 International
173 stars 184 forks source link

Buttons not documented in the Device Portal API #536

Closed mattwojo closed 2 years ago

mattwojo commented 2 years ago

Redirected from issue 2572 filed in the Windows apps repo by @Filimindji.

...referring to this page : https://docs.microsoft.com/en-us/windows/mixed-reality/develop/platform-capabilities-and-apis/device-portal-api-reference#map-manager

and specifically about the buttons (Reset System Map, Anchors Export System Map, Anchors Export System Map Export System Anchors, Upload a map, Upload an anchors file) that are not documented in the API.

typride commented 2 years ago

Thanks @mattwojo! Upon inspection, it looks like these buttons are documented in the API.

@Filimindji , is this what you're looking for or is there something missing from these?

Reset System Map under 'Other' Reset System Map: $.post("/api/holographic/mapmanager/resetmapandanchorsandsrdb")

Anchors Export System Map & Export System Map ... $.post("/api/holographic/mapmanager/exportmapandanchors")

Upload a map Upload a Map or Anchor $.post("/api/holographic/mapmanager/download?FileName=" + spaceID)

typride commented 2 years ago

Closing for now, but can reopen if issue is not resolved.