Skip to main content

Admin API v1.1.0

Features

  • It is now possible to change the Default service for your Parley account using this new endpoint
  • When the admin-api cannot connect to the Database, for whatever reason, it now shows a descriptive error instead of a white screen.
  • We've added multiple headers to improve Security
    • X-XSS-Protection: 1; mode=block Enables XSS filtering. Rather than sanitizing the page, the browser will prevent rendering of the page if an attack is detected.
    • X-Content-Type-Options: nosniff Prevents MIME-sniffing
    • X-Frame-Options: SAMEORIGIN The page can only be displayed in a frame on the same origin as the page itself
  • When creating a new account you can now supply the demo value which, if true, will make sure this account is correctly configured for use in the mobile Parley Demo app (android/ios)

Fixes

  • When using the GET /accounts/users endpoint, we would only return 10 users. Now we return all of the users.