From add081f5de9a755fea324675804d6783b1def855 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Mon, 29 Jun 2020 18:25:31 +0200 Subject: Add traces endpoint --- opendc-api-spec.yml | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'opendc-api-spec.yml') diff --git a/opendc-api-spec.yml b/opendc-api-spec.yml index 56f1d529..59528845 100644 --- a/opendc-api-spec.yml +++ b/opendc-api-spec.yml @@ -957,24 +957,6 @@ definitions: type: string name: type: string - jobs: - type: array - items: - type: object - properties: - _id: - type: string - name: - type: string - tasks: - type: array - items: - type: object - properties: - startTick: - type: integer - totalFlopCount: - type: integer User: type: object properties: -- cgit v1.2.3