Skip to content

[Backport v6.10] DOCSP-46712 ListIndexesOptions 404 #961

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/fundamentals/indexes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ List Indexes
You can use the ``listIndexes()`` method to list all the indexes
for a collection. The `listIndexes() <{+api+}/classes/Collection.html#listIndexes>`__ method takes an
optional `ListIndexesOptions
<{+api+}/interfaces/ListIndexesOptions.html>`__ parameter. The ``listIndexes()`` method returns an
<{+api+}/types/ListIndexesOptions.html>`__ parameter. The ``listIndexes()`` method returns an
object of type `ListIndexesCursor
<{+api+}/classes/ListIndexesCursor.html>`__.

Expand Down