Update field content locale by locale

put/fieldContentLocale/{locale}
Internal-Use Only

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.

Request Samples

1

Response Samples

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}

Path Parameters

NameTypeRequiredDescription
locale
string
true

Specifies the locale value of the Field Content Locale.

Header Parameters

NameTypeRequiredDescription
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.

Request Body

Provides information about the field content locale.

NameTypeRequiredDescription
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,

Responses

StatusMeaningDescription
200OKThe request succeeded. Information was returned for the specified field content locale.HeadersSchema
400Bad RequestInvalid inputSchema
404Not FoundThe requested field content locale does not exist.Schema
412Precondition FailedPrecondition Failed.Schema
428Precondition RequiredPrecondition Required.Schema