Documents

Describe a Document Before an Entity is Created

post/documents

Request body

namestring required
extensionstring required
typestring required
notestring
note_author_agent_emailstring

Example request

{
  "name": "license_photo",
  "extension": "jpg",
  "type": "license",
  "note": "This is a license photo",
  "note_author_agent_email": "cool_agent@fakedomain.net"
}

Response

Document

Items required— unresolved $ref

Changes