Commit ccb7a5fe authored by Jérémy Lacoche's avatar Jérémy Lacoche Committed by Jérémy Lacoche
Browse files

Change input parameters from path to query in get relocalization information

parent 58805fa5
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -92,7 +92,7 @@ paths:
          name: token
          name: token
          schema:
          schema:
            $ref: '#/components/schemas/Token'
            $ref: '#/components/schemas/Token'
        - in: path
        - in: query
          name: uuids
          name: uuids
          description: List of pairs consisting of UUIDs of requested World Anchors  or Trackables and a mode representing the context of the requested information
          description: List of pairs consisting of UUIDs of requested World Anchors  or Trackables and a mode representing the context of the requested information
          required: true
          required: true
@@ -110,7 +110,7 @@ paths:
                    description: Mode representing the context of the Relocalization information (AR device to WorldAnchor/Trackable or WorldAnchor/Trackable to AR device)
                    description: Mode representing the context of the Relocalization information (AR device to WorldAnchor/Trackable or WorldAnchor/Trackable to AR device)
                    $ref: '#/components/schemas/Mode'
                    $ref: '#/components/schemas/Mode'


        - in: path
        - in: query
          name: capabilities
          name: capabilities
          description: the list of all trackables and his encoding structure associated representing the supported data of the User
          description: the list of all trackables and his encoding structure associated representing the supported data of the User
          required: true
          required: true