Commit 746caeb0 authored by Jérémy Lacoche's avatar Jérémy Lacoche
Browse files

Reloc information now returns the type of the requested uuid, get capabilities...

Reloc information now returns the type of the requested uuid, get capabilities for a single uuid now returns a list of capabilities
parent c60cee2a
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -429,7 +429,9 @@ paths:
                  properties:
                    type:
                      $ref: '../common/commonopenapi.yaml#/components/schemas/TypeWorldStorage'
                    capability:
                    capabilities:
                      type: array
                      items: 
                        $ref: '../common/commonopenapi.yaml#/components/schemas/Capability'
          '400':
            $ref: '../common/commonopenapi.yaml#/components/responses/400_BadRequest'
+2 −0
Original line number Diff line number Diff line
@@ -659,6 +659,8 @@ components:
                type: string
                format: uuid
                example: 89b7e1f5-dd41-4746-9279-e1ef9284fe4d
              typeWorldStorage:  
                $ref: '../common/commonopenapi.yaml#/components/schemas/TypeWorldStorage'
              relocObjects:
                description: an array with trackables and their transforms linking them to the requestUUID element.
                type: array