Skip to main content

Reindex metadata on a document

POST 

/reindex/documents/:documentId

The API allows for the reindexing of a document's metadata determined by the target.

ATTRIBUTE target will regenerate the composite keys for a document based on the Classification / SiteSchema

Request

Path Parameters

    documentId stringrequired

    Document Identifier

Query Parameters

    siteId string

    Site Identifier

Body

required

    target ReindexTarget (string)

    Reindex object target

    Possible values: [ATTRIBUTES]

Responses

201 CREATED

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    message string

    Result message

Loading...