Commit 0430c599 authored by Sylvain Renault's avatar Sylvain Renault
Browse files

Some new comments + indents

parent 3d34f337
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@ tags:
    description : Operation to retrieves the supported capabilities of the World Analysis

paths:
## Default
  /ping:
    get:
      summary: Test the server availability.
@@ -74,6 +73,9 @@ paths:
                type: string
                example: "1.0.0"

#################
# Configuration #
#################
  /pose/configure/framerate:
    post:
      summary: Specify the a minimum frame rate for pose estimation for Trackable types
@@ -106,6 +108,9 @@ paths:
        'default':
          $ref: '../common/commonopenapi.yaml#/components/responses/4xx_UnexpectedError'

#########
# Poses #
#########
  /pose/{trackableOrAnchorUUID}:
    get:
      summary: Request the last pose of a single Anchor or Trackable 
@@ -392,6 +397,9 @@ paths:
          '511':
            $ref: '../common/commonopenapi.yaml#/components/responses/511_InvalidToken'       

################
# Capabilities #
################
  /capabilities:
    get:
      summary: Get the supported capabilities of the World Analysis