Search
Triggers a rebuild of embeddings for all data structures and returns an accepted response.
Responses
202
Embeddings update accepted
No content
401
Unauthorized
application/json
403
Forbidden
application/json
500
Internal Server Error
application/json
post/api/data_structures/search/embeddings/_put
POST /api/data_structures/search/embeddings/_put HTTP/1.1
Accept: */*
No content
Triggers a full reindex of the search index; returns 202 Accepted when reindexing is scheduled.
Responses
202
Accepted
No content
401
Unauthorized
application/json
403
Forbidden
application/json
500
Internal Server Error
application/json
get/api/data_structures/search/reindex_all
GET /api/data_structures/search/reindex_all HTTP/1.1
Accept: */*
No content
Last updated