Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add IDP Mapping #228

Closed
mfriesen opened this issue May 28, 2024 · 0 comments
Closed

add IDP Mapping #228

mfriesen opened this issue May 28, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@mfriesen
Copy link
Member

  1. Add IDP action
  2. add GET / POST /mappings
  3. add GET / DELETE / PUT /mappings/{mappingId}

Entity Mapping:
{
"mapping":
{
"attributes":
[
{
"attributeKey": "poNumber",
"sourceType": "content, metadata",
"labelText":
[
"",
""
],
"labelMatching": "fuzzy, exact",
"valiationRegex": ""
}
]
}
}

@mfriesen mfriesen added this to the v1.15.0 milestone May 28, 2024
@mfriesen mfriesen added the enhancement New feature or request label May 28, 2024
@mfriesen mfriesen self-assigned this May 28, 2024
mfriesen added a commit that referenced this issue May 28, 2024
mfriesen added a commit that referenced this issue Jul 7, 2024
mfriesen added a commit that referenced this issue Jul 7, 2024
* 215 - Add "ocrNumberOfPages" to OCR action

* #207 - GET /documents/{documentId}/content - NoSuchKeyException

* #217 - deepLinkPath property is using the deepest-level name as path and is not modifiable

* #218 - POST /search tag range not inclusive of "end" value

* #228 - add IDP Mapping

* #227 - Modify "Only available with Pro/Enterprise" text in /documents/{id}/ocr endpoints

* #226 - Add ability to publish document

* Updated console to 3.6.0

* #232 - Add Schema Classification

* #231 - Require valid URL on deepLinkPath property

* #195 - Users API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant