Commit a8be8987 authored by Stephane LOUIS DIT PICARD's avatar Stephane LOUIS DIT PICARD
Browse files

refactor: update OpenAPI submodule, set the new attribute requestType in...

refactor: update OpenAPI submodule, set the new attribute requestType in response to request GET RelocalizationInformation
parent fb59eb27
Loading
Loading
Loading
Loading

openapi @ 61f9f881

Original line number Diff line number Diff line
Subproject commit c60cee2a1a6afb98c7e6364bf81700d948d5cefa
Subproject commit 61f9f881fd6e4df80767f35107ae36750b307395
+1 −0
Original line number Diff line number Diff line
@@ -72,6 +72,7 @@ namespace ETSI.ARF.OpenAPI.WorldStorage.Controllers

                    var relocalizationInformation = new RelocalizationInformation();
                    relocalizationInformation.RequestUUID = anchor.UUID;
                    relocalizationInformation.RequestType = TypeWorldStorage.ANCHOREnum;
                    relocalizationInformation.RelocObjects = FindRelocInfo(anchor.UUID, request.Mode, matrix, capabilities, ref history);

                    result.RelocInfo.Add(relocalizationInformation);