Update field content locale by locale
Update field content locale by locale. Only a user defined field content locale can be updated. The out of the box field content locale cannot be updated by the user.
1{2 "version": 1,3 "locale": "ENUSA",4 "language": "English",5 "country": "United States",6 "isBootstrappedLocale": "Y",7 "creationTimeStamp": "2022-01-04T18:48:58.737781Z",8 "modifiedTimeStamp": "2022-01-04T18:48:58.737801Z",9 "links": [10 {11 "method": "GET",12 "rel": "self",13 "href": "/dataQuality/fieldContentLocale/ENUSA",14 "uri": "/dataQuality/fieldContentLocale/ENUSA",15 "type": "application/vnd.sas.data.quality.field.content.locale"16 },17 {18 "method": "GET",19 "rel": "up",20 "href": "/dataQuality/fieldContentLocale",21 "uri": "/dataQuality/fieldContentLocale",22 "type": "application/vnd.sas.collection",23 "itemType": "application/vnd.sas.data.quality.field.content.locale"24 },25 {26 "method": "PUT",27 "rel": "update",28 "href": "/dataQuality/fieldContentLocale/ENUSA",29 "uri": "/dataQuality/fieldContentLocale/ENUSA",30 "type": "application/vnd.sas.data.quality.field.content.locale",31 "responseType": "application/vnd.sas.data.quality.field.content.locale"32 },33 {34 "method": "DELETE",35 "rel": "delete",36 "href": "/dataQuality/fieldContentLocale/ENUSA",37 "uri": "/dataQuality/fieldContentLocale/ENUSA"38 }39 ]40}
Name | Type | Required | Description |
---|---|---|---|
locale | string | true | Specifies the locale value of the Field Content Locale. |
Name | Type | Required | Description |
---|---|---|---|
If-Match | integer | true | Value corresponding to the current state of the field content locale being modified. A client will get this value from the etag header which is returned from a get Field Content Locale call. |
Accept | string | false | The requested representation of the response. The media type application/vnd.sas.data.quality.field.content.locale+json is the default. |
Provides information about the field content locale.
Name | Type | Required | Description |
---|---|---|---|
version | integer | false | Media-type version. |
locale | string | false | The locale code for field content analysis. |
language | string | false | The language for field content analysis. |
country | string | false | The country for field content analysis. |
isBootstrappedLocale | string | false | Flag to indicate of a locale is bootstrapped or user-defined. |
creationTimeStamp | string<date-time> | false | Provides the creation timestamp for the locale. |
modifiedTimeStamp | string<date-time> | false | Provides the modified timestamp for the locale. |
links | array [object] | false | Links that apply to this field content locale, |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. Information was returned for the specified field content locale. | Headers | Schema |
400 | Bad Request | Invalid input | Schema | |
404 | Not Found | The requested field content locale does not exist. | Schema | |
412 | Precondition Failed | Precondition Failed. | Schema | |
428 | Precondition Required | Precondition Required. | Schema |