POST /v1/indices/{index public key}/documents/{doc id}/content/hiddenKeywords
Update the hidden keywords of a document.
Payload
{
"hiddenKeywords": "list of space delimited hidden keywords"
}
Field | Description | Type | Notes |
---|---|---|---|
hiddenKeywords | Updates document's hidden keyword or keywords | string | Hidden keywords should be separated with commas or spaces |
The endpoint returns HTTP 200 OK if successful.
Please note that the Hidden Keywords API endpoint requires authentication. See authentication for more information.