API Documentation

/translations

This are the translations for our AngularJS frontend.

Endpoints

MethodPath
GET/
PUT/

Structure

FieldnameFieldtypeValidations
JSON object containing translations.

GET /

Get translations for the locale of the currently logged in user.

Returns

Translations JSON object.


PUT /

Change the locale for the currently logged in user. Also updates her/his credential object.

Returns

"Ok."

Parameters

nametyperequireddescription
localeStringtrueThe locale to use. Currently only en or de.