HFS 3
  1. Schemas
HFS 3
  • Introduction
  • SendList over SSE
  • Front-end
    • List files
      GET
    • Upload
      PUT
    • Upload
      POST
    • Delete
      DELETE
    • Create folder
      POST
  • Admin
    • misc
      • get config
      • set config
    • accounts
      • add account
      • update account
      • list accounts
      • delete account
      • list usernames
      • get account
      • list admins
      • safer update of the password
    • VFS
    • plugins
      • get plugin config
      • set plugin config
    • monitoring
    • log
  • Schemas
    • Schemas
      • Account
      • Date
      • DirEntry
      • inline_response_200
      • folder_body
  1. Schemas

DirEntry

front-end list item format. Common properties are kept short to optimize space.

{
    "n": "string",
    "c": "2019-08-24T14:15:22.123Z",
    "m": "2019-08-24T14:15:22.123Z",
    "s": 0,
    "p": "string",
    "comment": "string"
}
Built with