Merged in feature/permit-policy-cleanup (pull request #210)

cleanup permit policies and correct documentation

* docs

* policy cleanup

* refactor

* Merge remote-tracking branch 'origin/feature/permit-policy-cleanup' into feature/permit-policy-cleanup

* docs and edits
This commit is contained in:
Jay Brown
2026-02-19 20:22:59 +00:00
parent 58912a66d4
commit 6dccf494f8
70 changed files with 785 additions and 2221 deletions
+2 -2
View File
@@ -84,13 +84,13 @@ The **prefix** portion determines the directory structure in S3:
The **filename** portion is delimited by the tilde character (`~`). It comes in two variants depending on how the document was uploaded:
**4-segment filename (single upload via `POST /clients/{id}/documents`):**
**4-segment filename (single upload via `POST /client/{id}/document`):**
```
{Timestamp}~{ClientID}~{Location}~{EntityID}[.FileType]
```
**5-segment filename (batch upload via `POST /clients/{id}/documents/batches`):**
**5-segment filename (batch upload via `POST /client/{id}/document/batch`):**
```
{Timestamp}~{ClientID}~{Location}~{EntityID}~{BatchID}[.FileType]