Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion v1/endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ Uploads a single temporary document to Documaster as a stream.
### Request

```
POST /upload HTTP/1.1
POST /upload-temp HTTP/1.1
Accept: application/json
Authorization: Bearer {token}
Content-disposition: attachment; filename="ASCII_FILENAME"; filename*=utf-8''UTF8_FILENAME
Expand Down
1 change: 1 addition & 0 deletions v1/model.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ A DocumentVersion is identified by the following attributes:

A DocumentVersion accepts the following `expand` values:
- document (in order to be able to request more fields than just the the parent Document ID)
- electronicDocument
- externalIds

## External ID
Expand Down