Skip to content

Spec update and bug fixes

Choose a tag to compare

@scobbe scobbe released this 19 Nov 02:38
· 199 commits to master since this release

Spec update

    Namespace Common:
    - New PathRoot and RootInfo related structs and unions

    Namespace File_properties:
    - additional documentation
    - new RemoveTemplateArg struct
    - new routes for templates
    - updated TemplateFilter union
    - new PropertiesSearch structs
    - new properties/search/continue route

    Namespace Files:
    - updated documentation
    - updated routes with support for select_admin_mode
    - add include_property_groups attribute to to args structs
    - add propert_groups attribute to response structs

    Namespace Sharing:
    - update routes to include indicate for select_admin_mode
    - updated examples
    - add too_many_files attribute to RemoveFolderMemberError

    Namespace Team:
    - add new has_file_events input/output structs to featres/get_values endpoint
    - add additional examples for device related structs
    - reduce minimum value for UserQuota to 15
    - Updated QuotaError structs
    - New structs and routes to support excluded_users

    Namespace Team_policies:
    - add new SmartSyncPolicy union

    Namespace Users:
    - add root_info object to FullAccount struct

Bug fixes

  • Use correct String constructor.
  • Improved auth flow security with state parameter.