Implement client config/license endpoints for APIv4 (#5867)

This commit is contained in:
Joram Wilander
2017-03-27 09:19:53 -04:00
committed by Christopher Speller
parent d145c35838
commit a0d5c01dfd
4 changed files with 131 additions and 1 deletions

View File

@@ -47,6 +47,14 @@
"id": "September",
"translation": "September"
},
{
"id": "api.config.client.old_format.app_error",
"translation": "New format for the client configuration is not supported yet. Please specify format=old in the query string."
},
{
"id": "api.license.client.old_format.app_error",
"translation": "New format for the client license is not supported yet. Please specify format=old in the query string."
},
{
"id": "api.admin.add_certificate.no_file.app_error",
"translation": "No file under 'certificate' in request"