improved

5 August, 2024

  • Permissions improvements for upcoming permission changes.
    • GET /invitations
      • The value of these enums may now also be restricted
        • values/items/editProjectsPermission
        • values/items/financialPermission
      • the 200 response property has two new properties:
        • values/items/manageOthersPermission
        • values/items/manageProjectsPermission
    • GET /users/
      • The value of these enums may now also be restricted
        • values/items/permissions/editProjects
        • values/items/permissions/financial
      • the 200 response property has two new properties:
        • values/items/permissions/manageOthers
        • values/items/permissions/manageProjects
    • GET /users/{userId}
      • The value of these enums may now also be restricted
        • permissions/editProjects
        • permissions/financial
      • the 200 response property has two new properties:
        • permissions/manageOthers
        • permissions/manageProjects