Merged in feature/local-pdp (pull request #208)

permit.io local pdp

* docs and testing

* build fix

* docs

* permit rights

* accept self signed certs

* fix eula error
This commit is contained in:
Jay Brown
2026-02-12 23:46:53 +00:00
parent 963ccc6553
commit d7f6c3700b
14 changed files with 1269 additions and 165 deletions
@@ -50,6 +50,12 @@ resources:
- get
- post
- name: documents
description: Document search and listing operations
actions:
- get
- post
- name: field-extractions
description: Field extraction data for documents
actions:
@@ -100,6 +106,9 @@ roles:
export:
- get
- post
documents:
- get
- post
field-extractions:
- get
- post
@@ -119,6 +128,9 @@ roles:
- patch
- delete
- head
documents:
- get
- post
field-extractions:
- get
- post
@@ -144,6 +156,8 @@ roles:
- get
export:
- get
documents:
- get
field-extractions:
- get
folders:
@@ -159,11 +173,16 @@ roles:
- post
- patch
- delete
clients:
- get
document:
- get
export:
- get
- post
documents:
- get
- post
field-extractions:
- get
- post