Atlas Search¶
The fts
resource allows you to retrieve and edit Atlas Search
analyzers and index configurations for the specified cluster.
Note
Groups and projects are synonymous terms. Your {GROUP-ID}
is the
same as your project ID. For existing groups, your group/project ID
remains the same. The resource and corresponding endpoints use the
term groups
.
Base URL: https://cloud.mongodb.com/api/atlas/v1.0
Endpoints¶
Method | Endpoint | Description |
---|---|---|
GET | Get all Atlas Search indexes for a specified collection. | |
GET | Get one Atlas Search index by its indexId . | |
GET | Get all Atlas Search user-defined analyzers for a specified cluster. | |
POST | Create an Atlas Search index. | |
PATCH | Update an Atlas Search index by its indexId . | |
PUT | Update the Atlas Search user-defined analyzers for a specified cluster. | |
DELETE | Delete one Atlas Search index by its indexId . |