Loading API/openapi.yaml +20 −20 Original line number Original line Diff line number Diff line Loading @@ -57,25 +57,6 @@ paths: application/json: application/json: schema: schema: $ref: '#/components/schemas/Error' $ref: '#/components/schemas/Error' delete: summary: Deletes a trackable operationId: deleteTrackable tags: - trackables parameters: - name: trackableId in: path description: trackable id to delete required: true schema: type: string responses: '200': description: OK '400': description: Invalid ID supplied '404': description: trackable not found get: get: summary: returns the list of all trackables defined by the world storage. summary: returns the list of all trackables defined by the world storage. operationId: getTrackables operationId: getTrackables Loading Loading @@ -122,6 +103,25 @@ paths: description: "Invalid ID supplied" description: "Invalid ID supplied" '404': '404': description: "Trackable not found" description: "Trackable not found" delete: summary: Deletes a trackable operationId: deleteTrackable tags: - trackables parameters: - name: trackableId in: path description: trackable id to delete required: true schema: type: string responses: '200': description: OK '400': description: Invalid ID supplied '404': description: trackable not found components: components: schemas: schemas: trackable: trackable: Loading Loading
API/openapi.yaml +20 −20 Original line number Original line Diff line number Diff line Loading @@ -57,25 +57,6 @@ paths: application/json: application/json: schema: schema: $ref: '#/components/schemas/Error' $ref: '#/components/schemas/Error' delete: summary: Deletes a trackable operationId: deleteTrackable tags: - trackables parameters: - name: trackableId in: path description: trackable id to delete required: true schema: type: string responses: '200': description: OK '400': description: Invalid ID supplied '404': description: trackable not found get: get: summary: returns the list of all trackables defined by the world storage. summary: returns the list of all trackables defined by the world storage. operationId: getTrackables operationId: getTrackables Loading Loading @@ -122,6 +103,25 @@ paths: description: "Invalid ID supplied" description: "Invalid ID supplied" '404': '404': description: "Trackable not found" description: "Trackable not found" delete: summary: Deletes a trackable operationId: deleteTrackable tags: - trackables parameters: - name: trackableId in: path description: trackable id to delete required: true schema: type: string responses: '200': description: OK '400': description: Invalid ID supplied '404': description: trackable not found components: components: schemas: schemas: trackable: trackable: Loading