Skip to main content

upload attachments to s3

upload attachments to s3

Path Parameters
    departmentUUID string required
Request Body required
    fileItems array[]
    contentType string
    fileName string
    extension string
    folderPrefix string
    mediaUrl string
    uploadFromUrl boolean
Responses

OK


Schema
    attachmentURL string
    mediaPreviewURL string
    thumbnailURL string
    extension string
    contentType string
    docSize string
    shortUrl string
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
Loading...