Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Update api-guide.md #90

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion api/api-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down