Add document sync to service
POST/documents/:documentId/syncs
Add a document to a service
Request
Path Parameters
documentId stringrequired
Document Identifier
Query Parameters
siteId string
Site Identifier
- application/json
Body
sync
object
service AddDocumentSyncService (string)
Add Document Sync Service
Possible values: [FULLTEXT
, EVENTBRIDGE
]
type DocumentSyncType (string)
Type of Document Sync
Possible values: [METADATA
, CONTENT
, SOFT_DELETE
, DELETE
]
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...