Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The endpoints for the management of localization files provided by the Web-API Gateway (API-WEB) are available only for users with specific administrative roles. Furthermore, the endpoints require the specification of the language for which the localization file should be retrieved/updated. The language has to be specified in ISO norm (e.g., de, en, es, fr, ...) in the request header for GET endpoints and in the request URL for the POST endpoints:

User RoleRequired PermissionAvailable Endpoints for Localization ManagementDescriptionISO Language SpecificationRange of Application of managed Localization Files

access to admin-controller endpoints of the Web-API Gateway

(default: YUUVIS_TENANT_ADMIN role)

GET /api-web/api/admin/resources/text

Insert excerpt
GET /api-web/api/admin/resources/text
GET /api-web/api/admin/resources/text
nopaneltrue

in the request header Accept-LanguageTenant-specific: available only in the tenant the currently logged-in user belongs to.
POST /api-web/api/admin/resources/text/{locale}

Insert excerpt
POST /api-web/api/admin/resources/text/{locale}
POST /api-web/api/admin/resources/text/{locale}
nopaneltrue

as path parameter

access to system-controller endpoints of the Web-API Gateway

(default: YUUVIS_SYSTEM_INTEGRATOR role)

GET /api-web/api/system/resources/text

Insert excerpt
GET /api-web/api/system/resources/text
GET /api-web/api/system/resources/text
nopaneltrue

in the request header Accept-LanguageGlobal: available for all tenants.
POST /api-web/api/system/resources/text/{locale}

Insert excerpt
POST /api-web/api/system/resources/text/{locale}
POST /api-web/api/system/resources/text/{locale}
nopaneltrue

as path parameter

...

yuuvis® architect provides a support tool with a graphical user interface for client administrators. Based on the framework library, metadata forms of their client's graphical user interface can be modeled. Furthermore, users can be added or removed from the respective tenant and language settings can be customized.

...