ocrJobUpdateSuggestions
mutation
Update an OCR job's review suggestions
Overwrites the job's suggestionsblob. The payload is validated as JSON before saving — any
value that is not valid, storable JSON is persisted as nullrather than rejected. Pass null
to clear the suggestions.
mutation {
ocrJobUpdateSuggestions(companyId: Int!, ocrJobId: String!, suggestions: JSON): OcrJob!
}Returns: OcrJob!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
ocrJobId | String! | |
suggestions | JSON |