Versions Compared

Key

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

...

User RoleAvailable Endpoints for Localization ManagementDescriptionISO Language SpecificationKind Range of Application of managed Localization FileFiles
YUUVIS_TENANT_ADMINGET /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 within 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
YUUVIS_SYSTEM_INTEGRATORGET /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

...