Skip to main content

9 posts tagged with "Admin API"

New versions for the admin API

View All Tags

Admin API v1.1.6

Fixed an issue with the encoding of special characters. They were not encoded correctly when retrieved. Cases like 'é' resulted in 'é'. They are now encoded correctly.

Admin API v1.0.5

Fixed an issue with the encoding of special characters. They were not encoded correctly when retrieved. Cases like 'é' resulted in 'é'. They are now encoded correctly.

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.

Admin API v1.0.2

Fixed issue with retrieving the sharedServiceAccountSecret which could hang forever untill the request was cancelled (via GET /services/account/sharedServiceAccountSecret)