Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

As of Version

product version 2020 Winter | component version 

Request MethodGET
Response FormatHTTP status code
Description

Updates the global localized text resources for the specified locale.

The role YUUVIS_SYSTEM_INTEGRATOR is required.

Response HTTP status codes:

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

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

request body
{
	"additionalProp1": "email",
	"additionalProp2": "phone",
	"additionalProp3": "mobile"
}
Response Example

200 OK

no response body

  • No labels