Index a single document
POST/api/v1/stores/documents
Add or update one document in the store's search index. Auth: x-storeid and x-store-write-secret. If you omit document ID, one is generated; existing documents with the same ID are updated.
Request
Responses
- 200
- 201
- 400
- 401
- 404
- 500
Document updated
Document created
Invalid request
Invalid write credentials
Store not found
Server error