From b12960a2ad0b0ef9fea036e1a2821bbbbf7dfb73 Mon Sep 17 00:00:00 2001 From: paulbenjamin3409 Date: Tue, 23 Aug 2022 10:16:24 -0500 Subject: [PATCH] Update api-guide.md Removed the duplicate organization row in the Job Model --- api/api-guide.md | 1 - 1 file changed, 1 deletion(-) diff --git a/api/api-guide.md b/api/api-guide.md index 57c3f56..c8c965a 100644 --- a/api/api-guide.md +++ b/api/api-guide.md @@ -442,7 +442,6 @@ A job is defined by the following attributes: | `organization` | The organization to which the job belongs | readonly | | `analyzerDefinitionId`| Analyzer definition name | readonly | | `analyzerId` | Instance ID of the analyzer to which the job is associated | readonly | -| `organization` | Organization to which the user belongs (set upon account creation) | readonly | | `analyzerName` | Name of the analyzer to which the job is associated | readonly | | `dataType` | the datatype of the analyzed observable | readonly | | `status` | Status of the job (`Waiting`, `InProgress`, `Success`, `Failure`, `Deleted`) | computed |