Admin API v1.1.8
- Preparation for moving our uploaded files to a new system.
- Also removed support for "APNS push" (push type 2)
New versions for the admin API
View All TagsFixed issue where new accounts, that were created using POST /accounts, were not given the newest database structure.
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.
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.
PUT /services/account/defaultFixed an issue where you did not see the correct identification when calling GET /services/account
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-sniffingX-Frame-Options: SAMEORIGIN The page can only be displayed in a frame on the same origin as the page itselfdemo value which, if true, will make sure this account is correctly configured for use in the mobile Parley Demo app (android/ios)GET /accounts/users endpoint, we would only return 10 users. Now we return all of the users.Fixed issue with retrieving the sharedServiceAccountSecret which could hang forever untill the request was cancelled (via GET /services/account/sharedServiceAccountSecret)