Skip to content
Search! & Match! API
RecreateTagsResult
latest

RecreateTagsResult

RecreateTagsResult🔗

Description🔗

This object is returned by the recreate tags endpoint of the indexing service

Fields🔗

Parameter Name Type Description
failedDocumentIds List of strings id of the documents that recreate tags failed for

Examples🔗

{
    "failedDocumentIds": [
        "030d217148364d9d8c64a74fa11e09b0",
        "421a679300b37269504a74fa1187432"
    ]
}