From 7f376cffaf075f934e8d52290a1347a6f6553a93 Mon Sep 17 00:00:00 2001 From: lindseymoore <71525840+lindseymoore@users.noreply.github.com> Date: Mon, 3 Feb 2025 16:19:59 -0500 Subject: [PATCH] DOCSP-46712 ListIndexesOptions 404 (#959) (cherry picked from commit 582beca5ff76fab59f4eb8c0b28cd843a8b88c84) --- source/fundamentals/indexes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/fundamentals/indexes.txt b/source/fundamentals/indexes.txt index fedc9002b..6dd6c01f8 100644 --- a/source/fundamentals/indexes.txt +++ b/source/fundamentals/indexes.txt @@ -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>`__.