Skip to main content

Set site(s) OpenSearch index settings

PUT 

/sites/:siteId/opensearch/index

Sets the OpenSearch index settings

Request

Path Parameters

    siteId stringrequired

    Site Identifier

Body

required

    indexSettings

    object

    numberOfReplicas string

    The number of replicas per shard

    numberOfShards string

    The number of shards in index

Responses

200 OK

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    message string

    Result message

Loading...