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

    Account

    {
        "username": "string",
        "password": "string",
        "belongs": [
            "string"
        ],
        "ignore_limits": true,
        "disable_password_change": true,
        "admin": true,
        "redirect": "string",
        "disabled": true,
        "expire": "2019-08-24T14:15:22.123Z",
        "days_to_live": 0
    }
    Built with