Versions Compared

Key

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


Page Properties
hiddentrue
idDONE

Product Version
Report Note
Assignee

Resources & Remarks

Modification History

NameDateProduct VersionAction
Antje19 MAY 20212021 SummerPage created.


...

As of Version

product version 2020 Winter | component version 

Request MethodGET
Response FormatHTTP status code
Description


Excerpt

This Request update Updates the tenant-specific localized text resources for the active tenant and the specified locale.

The role YUUVIS_TENANT_ADMIN is required.

Response HTTP status codes:

HTTP Status CodeMeaning
200 OK
201OK
400No text resources were specified.
401 Unauthorized


Request Example

https://<host>/api-web/api/admin/resources/text/en


Code Block
languageyml
{
	"additionalProp1": "email",
	"additionalProp2": "phone",
	"additionalProp3": "mobile"
}


Response Example

200 OK

no response body

...