Update document's full-text
PATCH/documents/:documentId/fulltext
Update a document in OpenSearch; available as an Add-On Module
Request
Path Parameters
Document Identifier
Query Parameters
Site Identifier
- application/json
Body
Array [
]
Array [
]
Document Content-Type
Document content
URL(s) which contain document content
Path or Name of document
Document Content Width property
Document Content Height property
Path or Name of deep link
Document checksum, changes when document file changes
The type of checksum to use for file validation
Possible values: [SHA1
, SHA256
]
tags
object[]
List of document tags
Tag key
Tag value
Tag values
metadata
object[]
List of document Metadata
Metadata key
Metadata value
Metadata values
attributes
object
property name*
FulltextAttribute
Attribute with string values
Attribute with number values
Attribute with boolean value
Attribute Value Type
Possible values: [BOOLEAN
, KEY_ONLY
, NUMBER
, STRING
, PUBLICATION
, CLASSIFICATION
, COMPOSITE_STRING
, RELATIONSHIPS
, WATERMARK
]
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
Full text processing message
{
"message": "string"
}