new PutNewComponentValue1Request(value, key)
Object PutNewComponentValue1Request
Usage:
RestApiService.getL10nService().putNewComponentValue1(request, callback);
Parameters:
Name | Type | Description |
---|---|---|
value |
string | The new value (in the body of the POST data as text). |
key |
string | The key for which the localized values is being set. |
- Since:
- 4.0.0
Members
contextName :string
Query parameter: 'contextName' - The full path to the component.
Type:
- string
- Since:
- 4.0.0
locale :string
Query parameter: 'locale' - The locale for which the localized values is being set.
Type:
- string
- Since:
- 4.0.0