Loading API/worldanalysis/worldanalysisopenapi.yaml +10 −2 Original line number Diff line number Diff line Loading @@ -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. Loading Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 Loading Loading
API/worldanalysis/worldanalysisopenapi.yaml +10 −2 Original line number Diff line number Diff line Loading @@ -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. Loading Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 Loading