Variable CONTENT_TYPESConst

CONTENT_TYPES: {
    BATCH: "application/vnd.edocu.element.files.batch_patch.v0.0.1+json";
    BATCH_CREATE: "application/vnd.edocu.element.batch_create.v2+json";
    BATCH_EDIT_V1: "application/vnd.edocu.element.attributes.batch_patch.v0.0.1+json";
    BATCH_EDIT_V2: "application/vnd.edocu.element.attributes.batch_patch.v2+json";
    BATCH_METADATA: "application/vnd.edocu.element.get.batch.metadata.v2+json";
    BATCH_USERS: "application/vnd.edocu.users.info-about.v1+json";
    CREDENTIAL: "application/vdn.edocu.files.storage.credential.v0.0.1+json";
    ELEMENT: "application/vnd.edocu.element.v2.0.0+json";
    USER_CREATE: "application/vnd.edocu.user.v0.0.1+json";
    WORK_RECORD: "application/vnd.edocu.element.work-record.v0.0.1+json";
} = ...

Type declaration

  • ReadonlyBATCH: "application/vnd.edocu.element.files.batch_patch.v0.0.1+json"
  • ReadonlyBATCH_CREATE: "application/vnd.edocu.element.batch_create.v2+json"
  • ReadonlyBATCH_EDIT_V1: "application/vnd.edocu.element.attributes.batch_patch.v0.0.1+json"
  • ReadonlyBATCH_EDIT_V2: "application/vnd.edocu.element.attributes.batch_patch.v2+json"
  • ReadonlyBATCH_METADATA: "application/vnd.edocu.element.get.batch.metadata.v2+json"
  • ReadonlyBATCH_USERS: "application/vnd.edocu.users.info-about.v1+json"
  • ReadonlyCREDENTIAL: "application/vdn.edocu.files.storage.credential.v0.0.1+json"
  • ReadonlyELEMENT: "application/vnd.edocu.element.v2.0.0+json"
  • ReadonlyUSER_CREATE: "application/vnd.edocu.user.v0.0.1+json"
  • ReadonlyWORK_RECORD: "application/vnd.edocu.element.work-record.v0.0.1+json"