Skip to main content
PUT
/
commerce
/
catalog
/
admin
/
searchSchema
/
definition
/
{language}
Error
A valid request URL is required to generate request examples
{
  "language": "<string>",
  "fields": [
    {
      "fieldName": "<string>",
      "fieldDefinition": "<string>",
      "friendlyName": "<string>",
      "searchFieldName": "<string>",
      "ingestFieldName": "<string>"
    }
  ],
  "isPublished": true,
  "spellingFields": [
    {
      "ingestFieldName": "<string>"
    }
  ],
  "spellCorrectEnabled": true,
  "auditInfo": {
    "updateDate": "2023-11-07T05:31:56Z",
    "createDate": "2023-11-07T05:31:56Z",
    "updateBy": "<string>",
    "createBy": "<string>"
  }
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

language
string
required

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

language
string
required
fields
object[]
required
isPublished
boolean
spellingFields
object[] | null

List of attributes used in the spelling dictionary

spellCorrectEnabled
boolean | null

Returns boolean if contains any SpellingFields members.

auditInfo
object

Response

Success

language
string
required
fields
object[]
required
isPublished
boolean
spellingFields
object[] | null

List of attributes used in the spelling dictionary

spellCorrectEnabled
boolean | null

Returns boolean if contains any SpellingFields members.

auditInfo
object