Set site(s) OpenSearch index to use for a SiteId
PUT/sites/:siteId/opensearch/indices
Sets the OpenSearch index to use for a SiteId
Request
Path Parameters
siteId stringrequired
Site Identifier
- application/json
Body
required
indexName string
The name of the index to set for SiteId
Responses
- 200
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
message string
Result message
{
"message": "string"
}
Loading...