MuleSoft Forge
GitHub
  • MuleSoft Forge Initiative
    • Overview
    • How to Contribute
  • Connectors
    • mule-idp-connector
      • Set Up
      • Operations
        • Service IDP - Execution - Submit
        • Service IDP - Execution Result - Retrieve
        • Service IDP - Review Tasks - List
        • Service IDP - Review Task - Delete
        • Service IDP - Review Task - Update
        • Platform IDP - Actions - List
        • Platform IDP - Action Versions - List
        • Deprecated 1.0.1 - Utils IDP - PDF - ExtractText
        • Deprecated 1.0.1 - Utils IDP - PDF - RemovePages
      • docs.mulesoft.com
      • MuleSoft IDP Universal 🌐 REST Smart Connector 🔌
  • Modules
    • mule-pdfbox-module
      • Set Up
      • Operations
        • Apache PDFBox - Extract Text
        • Apache PDFBox - Filter Pages
        • Apache PDFBox - Get Info
        • Apache PDFBox - Merge PDFs
        • Apache PDFBox - Rotate Pages
        • Apache PDFBox - Split Pages
Powered by GitBook
On this page
  1. Connectors
  2. mule-idp-connector
  3. Operations

Service IDP - Review Task - Update

Delete a Review Task

PreviousService IDP - Review Task - DeleteNextPlatform IDP - Actions - List

Last updated 2 months ago

Equivalent to: None. This exposes a service not surfaced by the MuleSoft IDP user interface or published connector


Configuration:


Underlying API:

  • Configuration:
  • Underlying API:
  • PATCHPatch a list of low-confidence fields by Execution Id

Patch a list of low-confidence fields by Execution Id

patch
Authorizations
Path parameters
organizationIdstring · uuidRequired

Your Anypoint Organisation ID (UUID). See: Find your Organization ID.

Example: 01f79c97-9a83-4194-b922-15b64fd7305e
actionIdstring · uuidRequired

The unique identifier (UUID) of the published Document Action.

Example: 90c3e286-72b5-42ca-92d0-22f86ea8d766
executionIdstring · uuidRequired

The unique identifier (UUID) for a document processing execution, returned after successful submission.

Example: 022c61de-9bfc-4a94-8a9c-43c5f8ac153e
Body

Low Confidence Items/Queries/Analyzers/Signatures

queriesResultsobjectRequired

Signatures with Low Confidence Scores

resultsobjectRequired

Signatures with Low Confidence Scores

signaturesResultsobjectRequired

Signatures with Low Confidence Scores

Responses
200
Success
application/json
400
Bad Request
application/problem+json
500
Internal Server Error
application/problem+json
patch
PATCH /api/v1/organizations/{organizationId}/actions/{actionId}/reviews/{executionId} HTTP/1.1
Host: 
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 208

{
  "analyzersResults": [
    {
      "confidenceScore": 1,
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "isValidated": true,
      "name": "text",
      "query": "text",
      "result": "text"
    }
  ],
  "queriesResults": {},
  "results": {},
  "signaturesResults": {}
}
{
  "analyzersResults": [
    {
      "confidenceScore": 1,
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "isValidated": true,
      "name": "text",
      "query": "text",
      "result": "text"
    }
  ],
  "queriesResults": {},
  "results": {},
  "signaturesResults": {}
}