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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user