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
      • DirEntry
      • inline_response_200
      • folder_body
      • Account
      • Date

    inline_response_200

    {
        "can_archive": true,
        "can_upload": true,
        "can_delete": true,
        "can_comment": true,
        "list": [
            {
                "n": "string",
                "c": "2019-08-24T14:15:22.123Z",
                "m": "2019-08-24T14:15:22.123Z",
                "s": 0,
                "p": "string",
                "comment": "string"
            }
        ]
    }
    Built with