Commit 84c2c099 authored by Hugo Kreber's avatar Hugo Kreber Committed by Jérémy Lacoche
Browse files

fix mistake: parameter of relocalization information in query

parent 509b9bab
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: '../common/commonopenapi.yaml#/components/schemas/Token'
            $ref: '../common/commonopenapi.yaml#/components/schemas/Token'
        - in: header
        - 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
@@ -109,7 +109,7 @@ paths:
                  mode:
                  mode:
                    $ref: '../common/commonopenapi.yaml#/components/schemas/Mode_WorldStorage'
                    $ref: '../common/commonopenapi.yaml#/components/schemas/Mode_WorldStorage'


        - in: header
        - 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