API 8.0.94

Added

  • Documentation route /documentation-roles which show access to routes by soap roles

/services

  • GET /services/{id}/properties - to get list of allowed service properties
  • PUT /services/{id}/properties - to edit allowed service properties
    • difference from deprecated route DELETE /ucusers/{email} are:
      • add parameter serviceId
      • remove payload key type
      • now you can change more than one property
      • now return message that update was done instead of number of rows affected

Changed

  • Improved logging of all routes
  • Package upgrade due to security issues in packages

Deprecated

/services

  • GET /services/list - instead use GET /services

Removed


Fixed

  • Problem with invoices

Security